diff --git a/theme_avantgarde/__manifest__.py b/theme_avantgarde/__manifest__.py
index d228765ff..9e764ecf5 100644
--- a/theme_avantgarde/__manifest__.py
+++ b/theme_avantgarde/__manifest__.py
@@ -23,7 +23,7 @@
'website.library_image_16': '/theme_avantgarde/static/src/img/pictures/library_image_16.jpg',
},
'configurator_snippets': {
- 'homepage': ['s_sidegrid', 's_features_wall', 's_masonry_block', 's_carousel', 's_timeline', 's_quadrant'],
+ 'homepage': ['s_sidegrid', 's_features_wall', 's_carousel', 's_timeline', 's_quadrant'],
},
'depends': ['theme_common'],
'license': 'LGPL-3',
diff --git a/theme_avantgarde/static/description/avantgarde_screenshot.jpg b/theme_avantgarde/static/description/avantgarde_screenshot.jpg
index e0c164ea5..1b5574704 100644
Binary files a/theme_avantgarde/static/description/avantgarde_screenshot.jpg and b/theme_avantgarde/static/description/avantgarde_screenshot.jpg differ
diff --git a/theme_avantgarde/static/description/theme_avantgarde.svg b/theme_avantgarde/static/description/theme_avantgarde.svg
index 174d6d4c1..5538702f0 100644
--- a/theme_avantgarde/static/description/theme_avantgarde.svg
+++ b/theme_avantgarde/static/description/theme_avantgarde.svg
@@ -1,4 +1,4 @@
-
diff --git a/theme_avantgarde/static/src/js/tour.js b/theme_avantgarde/static/src/js/tour.js
index d751db01b..a86f5e94c 100644
--- a/theme_avantgarde/static/src/js/tour.js
+++ b/theme_avantgarde/static/src/js/tour.js
@@ -12,11 +12,6 @@ const snippets = [
name: 'Features Wall',
groupName: "Columns",
},
- {
- id: 's_masonry_block',
- name: 'Masonry',
- groupName: "Images",
- },
{
id: 's_carousel',
name: 'Carousel',
@@ -40,11 +35,7 @@ wTourUtils.registerThemeHomepageTour("avantgarde_tour", () => [
...wTourUtils.clickOnText(snippets[0], 'h1', 'left'),
wTourUtils.goBackToBlocks(),
...wTourUtils.insertSnippet(snippets[1], 'left'),
- ...wTourUtils.insertSnippet(snippets[2], 'bottom'),
- ...wTourUtils.clickOnSnippet(snippets[2], 'top'),
- wTourUtils.changePaddingSize('top'),
- wTourUtils.goBackToBlocks(),
+ ...wTourUtils.insertSnippet(snippets[2], 'top'),
...wTourUtils.insertSnippet(snippets[3], 'top'),
...wTourUtils.insertSnippet(snippets[4], 'top'),
- ...wTourUtils.insertSnippet(snippets[5], 'top'),
]);
diff --git a/theme_avantgarde/views/customizations.xml b/theme_avantgarde/views/customizations.xml
index 56a9bbf79..94cc8f4f5 100644
--- a/theme_avantgarde/views/customizations.xml
+++ b/theme_avantgarde/views/customizations.xml
@@ -755,47 +755,6 @@
-
-
-
-
- alternate_text_image_text
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ✽
Coming up in March
✽
-
-
-
-
-
-
-
-
-
-
-
-
- ✽
Our very new collection
✽
-
-
-
-
-
diff --git a/theme_aviato/__manifest__.py b/theme_aviato/__manifest__.py
index f57bee371..1e9e1b09b 100644
--- a/theme_aviato/__manifest__.py
+++ b/theme_aviato/__manifest__.py
@@ -72,7 +72,7 @@
'website.s_quotes_carousel_demo_image_0': '/theme_aviato/static/src/img/content/s_quote_bg_1.jpg',
},
'configurator_snippets': {
- 'homepage': ['s_banner', 's_text_image', 's_image_text', 's_picture', 's_title', 's_masonry_block', 's_company_team', 's_showcase', 's_quotes_carousel'],
+ 'homepage': ['s_banner', 's_text_image', 's_image_text', 's_picture', 's_title', 's_masonry_block_default_template', 's_company_team', 's_showcase', 's_quotes_carousel'],
},
'license': 'LGPL-3',
'live_test_url': 'https://theme-aviato.odoo.com',
diff --git a/theme_aviato/static/src/js/tour.js b/theme_aviato/static/src/js/tour.js
index 081d391b5..7e85e411b 100644
--- a/theme_aviato/static/src/js/tour.js
+++ b/theme_aviato/static/src/js/tour.js
@@ -29,7 +29,7 @@ const snippets = [
groupName: "Text",
},
{
- id: 's_masonry_block',
+ id: 's_masonry_block_default_template',
name: 'Masonry',
groupName: "Images",
},
diff --git a/theme_aviato/views/snippets/s_masonry_block.xml b/theme_aviato/views/snippets/s_masonry_block.xml
index ad92707c7..c44f82eb7 100644
--- a/theme_aviato/views/snippets/s_masonry_block.xml
+++ b/theme_aviato/views/snippets/s_masonry_block.xml
@@ -2,13 +2,12 @@
-
-
+
+
+ {'shape':'web_editor/Connections/20','colors':{'c5':'o-color-3'},'flip':['y'],'showOnMobile':true}
+
+
+
diff --git a/theme_beauty/__manifest__.py b/theme_beauty/__manifest__.py
index 5677a61ee..68a56b82b 100644
--- a/theme_beauty/__manifest__.py
+++ b/theme_beauty/__manifest__.py
@@ -76,7 +76,7 @@
'website.s_carousel_default_image_2': '/theme_beauty/static/src/img/snippets/s_carousel_2.jpg',
},
'configurator_snippets': {
- 'homepage': ['s_intro_pill', 's_masonry_block', 's_pricelist_boxed', 's_features_wall', 's_image_frame', 's_call_to_action'],
+ 'homepage': ['s_intro_pill', 's_masonry_block_mosaic_template', 's_pricelist_boxed', 's_features_wall', 's_image_frame', 's_call_to_action'],
},
'license': 'LGPL-3',
'live_test_url': 'https://theme-beauty.odoo.com',
diff --git a/theme_beauty/static/src/js/tour.js b/theme_beauty/static/src/js/tour.js
index 0588cf343..8e54fe244 100644
--- a/theme_beauty/static/src/js/tour.js
+++ b/theme_beauty/static/src/js/tour.js
@@ -9,7 +9,7 @@ const snippets = [
groupName: "Intro",
},
{
- id: 's_masonry_block',
+ id: 's_masonry_block_mosaic_template',
name: 'Masonry',
groupName: "Images",
},
diff --git a/theme_beauty/views/snippets/s_masonry_block.xml b/theme_beauty/views/snippets/s_masonry_block.xml
index f1c36a7dc..5ef3db519 100644
--- a/theme_beauty/views/snippets/s_masonry_block.xml
+++ b/theme_beauty/views/snippets/s_masonry_block.xml
@@ -1,15 +1,6 @@
-
-
-
-
-
- mosaic
-
-
-
diff --git a/theme_bewise/__manifest__.py b/theme_bewise/__manifest__.py
index 01dd4e7d5..a19c0d44f 100644
--- a/theme_bewise/__manifest__.py
+++ b/theme_bewise/__manifest__.py
@@ -24,7 +24,7 @@
'website.s_masonry_block_default_image_1': '/theme_bewise/static/src/img/content/content_img_25.jpg',
},
'configurator_snippets': {
- 'homepage': ['s_striped_center_top', 's_title', 's_color_blocks_2', 's_faq_collapse', 's_masonry_block', 's_company_team_shapes'],
+ 'homepage': ['s_striped_center_top', 's_title', 's_color_blocks_2', 's_faq_collapse', 's_masonry_block_default_template', 's_company_team_shapes'],
},
'license': 'LGPL-3',
'live_test_url': 'https://theme-bewise.odoo.com',
diff --git a/theme_bewise/static/src/js/tour.js b/theme_bewise/static/src/js/tour.js
index ff2f819bf..7ae1b2e99 100644
--- a/theme_bewise/static/src/js/tour.js
+++ b/theme_bewise/static/src/js/tour.js
@@ -23,7 +23,7 @@ const snippets = [
groupName: "Text",
},
{
- id: 's_masonry_block',
+ id: 's_masonry_block_default_template',
name: 'Masonry',
groupName: "Images",
},
diff --git a/theme_bookstore/__manifest__.py b/theme_bookstore/__manifest__.py
index c9d73da1c..e7b781723 100644
--- a/theme_bookstore/__manifest__.py
+++ b/theme_bookstore/__manifest__.py
@@ -83,7 +83,7 @@
'personal': ['s_text_cover', 's_image_text', 's_text_block_h2', 's_numbers', 's_features', 's_call_to_action'],
},
'landing': {
- '1': ['s_banner', 's_features', 's_masonry_block', 's_call_to_action', 's_references', 's_quotes_carousel'],
+ '1': ['s_banner', 's_features', 's_masonry_block_default_template', 's_call_to_action', 's_references', 's_quotes_carousel'],
'2': ['s_cover', 's_text_image', 's_text_block_h2', 's_three_columns_landing_1', 's_call_to_action'],
'3': ['s_text_cover', 's_text_block_h2', 's_three_columns', 's_showcase', 's_color_blocks_2', 's_quotes_carousel', 's_call_to_action'],
},
diff --git a/theme_buzzy/__manifest__.py b/theme_buzzy/__manifest__.py
index c171f28b0..ede5a7f0b 100644
--- a/theme_buzzy/__manifest__.py
+++ b/theme_buzzy/__manifest__.py
@@ -78,7 +78,7 @@
'personal': ['s_text_cover', 's_image_text', 's_text_block_h2', 's_numbers', 's_features', 's_call_to_action'],
},
'landing': {
- '1': ['s_banner', 's_features', 's_masonry_block', 's_call_to_action', 's_references', 's_quotes_carousel'],
+ '1': ['s_banner', 's_features', 's_masonry_block_default_template', 's_call_to_action', 's_references', 's_quotes_carousel'],
'2': ['s_cover', 's_text_image', 's_text_block_h2', 's_three_columns_landing_1', 's_call_to_action'],
'3': ['s_text_cover', 's_text_block_h2', 's_three_columns', 's_showcase', 's_color_blocks_2', 's_quotes_carousel', 's_call_to_action'],
},
diff --git a/theme_enark/__manifest__.py b/theme_enark/__manifest__.py
index 17676fe0d..1efcbdb38 100644
--- a/theme_enark/__manifest__.py
+++ b/theme_enark/__manifest__.py
@@ -74,7 +74,7 @@
'personal': ['s_text_cover', 's_image_text', 's_text_block_h2', 's_numbers', 's_features', 's_call_to_action'],
},
'landing': {
- '1': ['s_banner', 's_features', 's_masonry_block', 's_call_to_action', 's_references', 's_quotes_carousel'],
+ '1': ['s_banner', 's_features', 's_masonry_block_default_template', 's_call_to_action', 's_references', 's_quotes_carousel'],
'2': ['s_cover', 's_text_image', 's_text_block_h2', 's_three_columns_landing_1', 's_call_to_action'],
'3': ['s_text_cover', 's_text_block_h2', 's_three_columns', 's_showcase', 's_color_blocks_2', 's_quotes_carousel', 's_call_to_action'],
},
diff --git a/theme_nano/__manifest__.py b/theme_nano/__manifest__.py
index 2bca5675c..a1b7b9167 100644
--- a/theme_nano/__manifest__.py
+++ b/theme_nano/__manifest__.py
@@ -78,7 +78,7 @@
'personal': ['s_text_cover', 's_image_text', 's_text_block_h2', 's_numbers', 's_features', 's_call_to_action'],
},
'landing': {
- '1': ['s_banner', 's_features', 's_masonry_block', 's_call_to_action', 's_references', 's_quotes_carousel'],
+ '1': ['s_banner', 's_features', 's_masonry_block_default_template', 's_call_to_action', 's_references', 's_quotes_carousel'],
'2': ['s_cover', 's_text_image', 's_text_block_h2', 's_three_columns_landing_1', 's_call_to_action'],
'3': ['s_text_cover', 's_text_block_h2', 's_three_columns', 's_showcase', 's_color_blocks_2', 's_quotes_carousel', 's_call_to_action'],
},
diff --git a/theme_orchid/__manifest__.py b/theme_orchid/__manifest__.py
index 864f65af9..9b23f2288 100644
--- a/theme_orchid/__manifest__.py
+++ b/theme_orchid/__manifest__.py
@@ -71,7 +71,7 @@
'personal': ['s_text_cover', 's_image_text', 's_text_block_h2', 's_numbers', 's_features', 's_call_to_action'],
},
'landing': {
- '1': ['s_banner', 's_features', 's_masonry_block', 's_call_to_action', 's_references', 's_quotes_carousel'],
+ '1': ['s_banner', 's_features', 's_masonry_block_default_template', 's_call_to_action', 's_references', 's_quotes_carousel'],
'2': ['s_cover', 's_text_image', 's_text_block_h2', 's_three_columns_landing_1', 's_call_to_action'],
'3': ['s_text_cover', 's_text_block_h2', 's_three_columns', 's_showcase', 's_color_blocks_2', 's_quotes_carousel', 's_call_to_action'],
},
diff --git a/theme_paptic/__manifest__.py b/theme_paptic/__manifest__.py
index b515ccc7a..8566b1d5c 100644
--- a/theme_paptic/__manifest__.py
+++ b/theme_paptic/__manifest__.py
@@ -18,7 +18,7 @@
'static/description/paptic_screenshot.jpg',
],
'configurator_snippets': {
- 'homepage': ['s_cover', 's_references', 's_image_text', 's_text_image', 's_masonry_block', 's_faq_list', 's_cta_box'],
+ 'homepage': ['s_cover', 's_references', 's_image_text', 's_text_image', 's_masonry_block_images_template', 's_faq_list', 's_cta_box'],
},
'new_page_templates': {
'about': {
diff --git a/theme_paptic/static/src/js/tour.js b/theme_paptic/static/src/js/tour.js
index f3ff37aac..383207774 100644
--- a/theme_paptic/static/src/js/tour.js
+++ b/theme_paptic/static/src/js/tour.js
@@ -24,7 +24,7 @@ const snippets = [
groupName: "Content",
},
{
- id: 's_masonry_block',
+ id: 's_masonry_block_images_template',
name: 'Masonry',
groupName: "Images",
},
diff --git a/theme_paptic/views/customizations.xml b/theme_paptic/views/customizations.xml
index 60acc4856..3fded9f3a 100644
--- a/theme_paptic/views/customizations.xml
+++ b/theme_paptic/views/customizations.xml
@@ -745,15 +745,6 @@
-
-
-
-
-
- images
-
-
-
11
diff --git a/theme_real_estate/views/snippets/s_masonry_block.xml b/theme_real_estate/views/snippets/s_masonry_block.xml
index 38ac1628e..a432e2290 100644
--- a/theme_real_estate/views/snippets/s_masonry_block.xml
+++ b/theme_real_estate/views/snippets/s_masonry_block.xml
@@ -4,13 +4,6 @@
- default_reversed
-
-
-
-
-
-
diff --git a/theme_vehicle/views/customizations.xml b/theme_vehicle/views/customizations.xml
index d8f64e624..9e03e6418 100644
--- a/theme_vehicle/views/customizations.xml
+++ b/theme_vehicle/views/customizations.xml
@@ -156,35 +156,6 @@
-
-
-
- website.s_masonry_block_image_texts_image_template
-
-
- image_text_image
-
-
-
-
-
-
-
-
-
-
-
-
- Electrifying Performance.
-
-
-
-
- Smarter Range.
-
-
-
-