No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 

45 líneas
2.7 KiB

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <cms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware/platform/trunk/src/Core/Framework/App/Cms/Schema/cms-1.0.xsd">
  3. <blocks>
  4. <block>
  5. <!-- A unique technical name for your block. We recommend to use a shorthand prefix for your company, e.g. "Swag" for shopware AG. -->
  6. <name>swag-gallery-buybox-abnehmplan</name>
  7. <!-- The category your block is associated with. See the XSD for available categories. -->
  8. <category>commerce</category>
  9. <!-- Your block's label which will be shown in the CMS module in the Administration. -->
  10. <label>Gallery and buybox for weight loss plan products</label>
  11. <label lang="de-DE">Galerie und Buybox für Abnehmplan-Produkte</label>
  12. <!-- The slots that your block holds which again hold CMS elements. -->
  13. <slots>
  14. <!-- A slot requires a unique name and a type which refers to the CMS element it shows. Right now you can only use the CMS elements provided by Shopware but at a later point you will be able to add custom elements too. -->
  15. <slot name="left" type="text">
  16. <!-- The slot requires some basic configuration. The following config-value elements highly depend on which element the slot holds. -->
  17. <config>
  18. <!-- The following config-value will be interpreted as 'verticalAlign: { source: "static", value: "top"}' in the JavaScript. -->
  19. <config-value name="vertical-align" source="static" value="top"/>
  20. </config>
  21. </slot>
  22. <slot name="right" type="image">
  23. <config>
  24. <config-value name="display-mode" source="static" value="auto"/>
  25. <config-value name="vertical-align" source="static" value="top"/>
  26. </config>
  27. </slot>
  28. </slots>
  29. <!-- Each block comes with a default configuration which is pre-filled and customizable when adding a block to a section in the CMS module in the Administration. -->
  30. <default-config>
  31. <margin-top>20px</margin-top>
  32. <margin-right>20px</margin-right>
  33. <margin-bottom>20px</margin-bottom>
  34. <margin-left>20px</margin-left>
  35. <!-- The sizing mode of your block. Allowed values are "boxed" or "full_width". -->
  36. <sizing-mode>boxed</sizing-mode>
  37. </default-config>
  38. </block>
  39. </blocks>
  40. </cms>