- 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.

31 lines
2.0 KiB

5 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="treehouse_options" inherit_id="website.snippet_options">
  4. <xpath expr="//div[@id='so_main_colorpicker']" position="attributes">
  5. <attribute name="data-selector" separator="," 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_four_columns_fw [class*='col-'], .s_masonry_block .block"/>
  6. </xpath>
  7. <xpath expr="//div[@data-js='background']" position="attributes">
  8. <attribute name="data-selector" separator="," 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_four_columns_fw [class*='col-'], .s_masonry_block .block"/>
  9. </xpath>
  10. <!-- Layout -->
  11. <xpath expr="//div[@data-js='sizing_y']" position="attributes">
  12. <attribute name="data-selector" separator="," add="h1, h2, h3, h4, h5, h6"/>
  13. </xpath>
  14. <!-- Styles -->
  15. <xpath expr="//div[@id='so_main_colorpicker']" position="after">
  16. <div data-selector="h1, h2, h3, h4, h5, h6">
  17. <we-collapse-area>
  18. <we-toggler><i class="fa fa-fw fa-paint-brush"/> Style</we-toggler>
  19. <we-collapse>
  20. <we-button data-toggle-class="text-muted">Muted</we-button>
  21. <we-button data-toggle-class="text-uppercase">Uppercase</we-button>
  22. <we-button data-toggle-class="text-underline">Underline</we-button>
  23. <we-button data-toggle-class="text-boxed">Boxed</we-button>
  24. </we-collapse>
  25. </we-collapse-area>
  26. </div>
  27. </xpath>
  28. </template>
  29. </odoo>