mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
06d4effa17
anelusia, artists, avantgarde, aviato, beauty, bewise, bistro, bookstore , buzzy, clean, cobalt, enark, graphene, kea, kiddo, loftspace, monglia, nano, notes, odoo_experts, orchid, paptic, real_estate, treehouse, vehicle, yes, zap This commit adapts the design of `s_freegrid` for multiple themes, based on the new Odoo 18 snippet redesign. task-4104931 closes odoo/design-themes#881 Part-of: task-4077427 Related: odoo/odoo#177573 Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com>
20 lines
666 B
XML
20 lines
666 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_freegrid" inherit_id="website.s_freegrid">
|
|
<!-- Title -->
|
|
<xpath expr="//h2" position="replace" mode="inner">
|
|
Toys and Games That Spark Creativity
|
|
</xpath>
|
|
<!-- Paragraph -->
|
|
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
|
|
Inspire imagination and creativity with our range of toys and games for kids of all ages. Our products are designed to engage young minds, offering endless hours of fun and learning.
|
|
</xpath>
|
|
<!-- Button -->
|
|
<xpath expr="//a" position="replace" mode="inner">
|
|
Shop Toys
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|