[IMP] theme_paptic: theme improvement

Revamp of `theme_paptic`

task-4178088

closes odoo/design-themes#963

X-original-commit: 971b323f58
Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
Antoine (anso)
2024-09-25 07:02:17 +00:00
parent d8707c6925
commit 525402331a
19 changed files with 1125 additions and 1209 deletions
+19 -14
View File
@@ -8,29 +8,34 @@ const snippets = [
name: 'Cover',
groupName: "Intro",
},
{
id: 's_image_text',
name: 'Image - Text',
groupName: "Content",
},
{
id: 's_references',
name: 'References',
groupName: "People",
},
{
id: 's_three_columns',
name: 'Columns',
groupName: "Columns",
},
{
id: 's_comparisons',
name: 'Comparisons',
id: 's_image_text',
name: 'Image - Text',
groupName: "Content",
},
{
id: 's_call_to_action',
name: 'Call to Action',
id: 's_text_image',
name: 'Text - Image',
groupName: "Content",
},
{
id: 's_masonry_block',
name: 'Masonry',
groupName: "Images",
},
{
id: 's_faq_list',
name: 'FAQ List',
groupName: "Text",
},
{
id: 's_cta_box',
name: 'CTA Box',
groupName: "Content",
},
];