mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
a5f3a0d7bb
This commit whitelists dynamic snippet layout classes in the themes test for blog posts and events. These layouts are now individually accessible via the snippet selection dialog, with a separate snippet available for each layout. This commit also updates conflicting padding class rules to allow combinations like `p-size(i) p[s|e|t|...]-size(j)` in snippets, while still preventing invalid combinations such as `p-size(i) p-size(j)`. task-4280375 closes odoo/design-themes#1127 Related: odoo/odoo#190514 Related: odoo/enterprise#75556 Signed-off-by: Serge Bayet (seba) <seba@odoo.com>