1: <?xml version="1.0" encoding="utf-8"?>
2: <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
3: <CustomAction
4: Id="55D6571F-7B1B-4639-AC0A-B2D3EC116415"
5: RegistrationType="List"
6: RegistrationId="101"
7: Location="CommandUI.Ribbon">
8: <CommandUIExtension>
9: <CommandUIDefinitions>
10: <CommandUIDefinition
11: Location="Ribbon.Documents.New.Controls._children">
12: <Button
13: Id="CreateWord"
14: Sequence="1981"
15: Command="CraeteWord"
16: Image32by32="~site/SPOCustomActionResources/WordImage.png"
17: LabelText="Crear Word"
18: TemplateAlias="o1"/>
19: </CommandUIDefinition>
20: </CommandUIDefinitions>
21: <CommandUIHandlers>
22: <CommandUIHandler
23: Command="CraeteWord"
24: CommandAction="https://miccantabria.sharepoint.com/sites/DesSPO/_layouts/CreateNewDocument.aspx?id=https://miccantabria.sharepoint.com/sites/DesSPO/template.dotx&SaveLocation=https://miccantabria.sharepoint.com/sites/DesSPO/Documentos%20compartidos&Source=%20https://miccantabria.sharepoint.com/sites/DesSPO/Documentos%20compartidos/Forms/AllItems.aspx&DefaultItemOpen=1;">
25: </CommandUIHandler>
26: </CommandUIHandlers>
27: </CommandUIExtension>
28: </CustomAction>
29: </Elements>