- Repo for opensource odoo website theme (since V13.0)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
2.1 KiB

5 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="snippet_options" inherit_id="website.snippet_options">
  4. <xpath expr="//div[@id='so_main_colorpicker']" position="attributes">
  5. <attribute name="data-selector" add=".s_images_captions_fw [class*='col-'], .media-content, .media-options, .profile-body, .profile-options > [class*='col-'], .carousel-box-content, .s_text_block_image_fw [class*='col-'], .news-carousel-time, .news-carousel-content, .s_color_blocks_4 [class*='col-lg-']"/>
  6. </xpath>
  7. <xpath expr="//div[@data-js='background']" position="attributes">
  8. <attribute name="data-selector" add=".s_images_captions_fw [class*='col-'], .media-content, .media-options, .profile-body, .profile-options > [class*='col-'], .carousel-box-content, .s_text_block_image_fw [class*='col-'], .news-carousel-time, .news-carousel-content, .s_color_blocks_4 [class*='col-lg-']"/>
  9. </xpath>
  10. <xpath expr="//div[@data-js='sizing_y']" position="attributes">
  11. <attribute name="data-selector" add="h1, h2, h3, h4, h5, h6"/>
  12. </xpath>
  13. <!-- Styles -->
  14. <xpath expr="//div[@id='so_main_colorpicker']" position="after">
  15. <div data-selector="h1, h2, h3, h4, h5, h6">
  16. <we-collapse-area>
  17. <we-toggler><i class="fa fa-fw fa-paint-brush"/> Style</we-toggler>
  18. <we-collapse>
  19. <we-button data-toggle-class="text-muted">Muted</we-button>
  20. <we-button data-toggle-class="text-uppercase">Uppercase</we-button>
  21. <we-button data-toggle-class="text-underline">Underline</we-button>
  22. <we-button data-toggle-class="text-boxed">Boxed</we-button>
  23. </we-collapse>
  24. </we-collapse-area>
  25. </div>
  26. </xpath>
  27. <!-- Disable top content snippet options -->
  28. <xpath expr="//div[@data-js='topMenuTransparency']" position="replace"/>
  29. <xpath expr="//div[@data-js='topMenuColor']" position="replace"/>
  30. </template>
  31. </odoo>