- 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.
|
|
<?xml version="1.0" encoding="utf-8"?> <odoo> <template id="s_image_text" inherit_id="website.s_image_text"> <!-- Section --> <xpath expr="//section" position="attributes"> <attribute name="class" add="pt64 pb64 bg-200" remove="pt32 pb32" separator=" "/> </xpath> <!-- Image --> <xpath expr="//img" position="attributes"> <attribute name="class" add="p-3 img-thumbnail" separator=" "/> </xpath> </template> </odoo>
|