From e5dacac17886b027c5cd68390b3a27b54a35167f Mon Sep 17 00:00:00 2001 From: Brieuc-brd Date: Mon, 14 Oct 2024 09:54:18 +0200 Subject: [PATCH] [IMP] theme_anelusia, *: adapt `s_carousel_cards` *: theme_aviato, theme_beauty, theme_bewise, theme_bistro, theme_bookstore, theme_buzzy, theme_clean, theme_cobalt, theme_enark, theme_graphene, theme_kea, theme_kiddo, theme_monglia, theme_nano, theme_notes, theme_odoo_experts, theme_orchid, theme_paptic, theme_real_estate, theme_treehouse, theme_vehicle, theme_yes, theme_zap, test_themes This commit adapts customizations for `s_carousel_cards`. task-4094405 Part of task-4077427 --- test_themes/tests/test_new_page_templates.py | 1 + theme_anelusia/views/images_library.xml | 15 +++++++++++++++ theme_artists/__manifest__.py | 1 + theme_artists/views/images.xml | 15 +++++++++++++++ .../views/snippets/s_carousel_cards.xml | 13 +++++++++++++ theme_avantgarde/views/images_library.xml | 15 +++++++++++++++ theme_aviato/views/images_library.xml | 17 +++++++++++++++++ theme_beauty/views/images.xml | 15 +++++++++++++++ theme_bewise/views/image_content.xml | 15 +++++++++++++++ theme_bistro/views/images_library.xml | 17 +++++++++++++++++ theme_bookstore/views/images.xml | 15 +++++++++++++++ theme_buzzy/views/images_library.xml | 16 ++++++++++++++++ theme_clean/views/image_content.xml | 15 +++++++++++++++ theme_cobalt/views/images.xml | 17 +++++++++++++++++ theme_enark/views/image_library.xml | 15 +++++++++++++++ theme_graphene/views/images_library.xml | 17 +++++++++++++++++ theme_kea/views/images_content.xml | 15 +++++++++++++++ theme_kiddo/views/images_library.xml | 15 +++++++++++++++ theme_loftspace/views/images_content.xml | 15 +++++++++++++++ theme_monglia/views/images_content.xml | 15 +++++++++++++++ theme_nano/views/images_library.xml | 17 +++++++++++++++++ theme_notes/views/images_library.xml | 15 +++++++++++++++ theme_odoo_experts/views/images.xml | 15 +++++++++++++++ theme_orchid/views/images.xml | 15 +++++++++++++++ theme_paptic/views/images.xml | 17 +++++++++++++++++ theme_real_estate/views/images.xml | 15 +++++++++++++++ theme_treehouse/views/images_library.xml | 17 +++++++++++++++++ theme_vehicle/views/images.xml | 15 +++++++++++++++ theme_yes/views/images.xml | 16 ++++++++++++++++ theme_zap/views/images_library.xml | 17 +++++++++++++++++ 30 files changed, 438 insertions(+) create mode 100644 theme_artists/views/snippets/s_carousel_cards.xml diff --git a/test_themes/tests/test_new_page_templates.py b/test_themes/tests/test_new_page_templates.py index 2027262559..a235ef41a8 100644 --- a/test_themes/tests/test_new_page_templates.py +++ b/test_themes/tests/test_new_page_templates.py @@ -78,6 +78,7 @@ 's_blockquote_with_icon', 's_blockquote', 's_carousel_default', 's_carousel_rounded', 's_carousel_boxed', 's_carousel_indicators_dots', 's_carousel_indicators_hidden', 's_carousel_controllers_indicators_outside', + 's_carousel_cards_with_img', 's_carousel_cards_card', 's_quotes_carousel', 's_dynamic', 's_dynamic_empty', 's_dynamic_snippet_blog_posts', 's_blog_posts_effect_marley', 's_blog_post_big_picture', 's_blog_posts_post_picture_size_default', diff --git a/theme_anelusia/views/images_library.xml b/theme_anelusia/views/images_library.xml index 9386e19fa9..1df40b9ade 100644 --- a/theme_anelusia/views/images_library.xml +++ b/theme_anelusia/views/images_library.xml @@ -132,6 +132,21 @@ website.s_carousel_intro_default_image_3 /theme_anelusia/static/src/img/snippets/s_quotes_carousel_2.jpg + + website.s_carousel_cards_default_image_1 + website.s_carousel_cards_default_image_1 + /theme_anelusia/static/src/img/snippets/s_carousel_1.jpg + + + website.s_carousel_cards_default_image_2 + website.s_carousel_cards_default_image_2 + /theme_anelusia/static/src/img/snippets/s_carousel_2.jpg + + + website.s_carousel_cards_default_image_3 + website.s_carousel_cards_default_image_3 + /theme_anelusia/static/src/img/snippets/s_carousel_3.jpg + website.s_media_list_default_image_1 website.s_media_list_default_image_1 diff --git a/theme_artists/__manifest__.py b/theme_artists/__manifest__.py index 59aa5d387c..3b5dcdeff1 100644 --- a/theme_artists/__manifest__.py +++ b/theme_artists/__manifest__.py @@ -26,6 +26,7 @@ 'views/snippets/s_cards_soft.xml', 'views/snippets/s_carousel.xml', 'views/snippets/s_carousel_intro.xml', + 'views/snippets/s_carousel_cards.xml', 'views/snippets/s_cta_mockups.xml', 'views/snippets/s_cta_card.xml', 'views/snippets/s_faq_list.xml', diff --git a/theme_artists/views/images.xml b/theme_artists/views/images.xml index b445ad9ac9..78be8adb85 100644 --- a/theme_artists/views/images.xml +++ b/theme_artists/views/images.xml @@ -135,6 +135,21 @@ Check in theme_monglia's primary_variables.scss, theme.scss and theme_common's m website.s_carousel_intro_default_image_3 /theme_artists/static/src/img/snippets/library_image_05.jpg + + website.s_carousel_cards_default_image_1 + website.s_carousel_cards_default_image_1 + /theme_artists/static/src/img/snippets/s_carousel_1.jpg + + + website.s_carousel_cards_default_image_2 + website.s_carousel_cards_default_image_2 + /theme_artists/static/src/img/snippets/s_carousel_2.jpg + + + website.s_carousel_cards_default_image_3 + website.s_carousel_cards_default_image_3 + /theme_artists/static/src/img/snippets/s_carousel_3.jpg + website.s_media_list_default_image_1 website.s_media_list_default_image_1 diff --git a/theme_artists/views/snippets/s_carousel_cards.xml b/theme_artists/views/snippets/s_carousel_cards.xml new file mode 100644 index 0000000000..a95dfdbce2 --- /dev/null +++ b/theme_artists/views/snippets/s_carousel_cards.xml @@ -0,0 +1,13 @@ + + + + + + diff --git a/theme_avantgarde/views/images_library.xml b/theme_avantgarde/views/images_library.xml index 7e943068ed..3320a0b2a6 100644 --- a/theme_avantgarde/views/images_library.xml +++ b/theme_avantgarde/views/images_library.xml @@ -217,6 +217,21 @@ Check in images.scss, primary_variables.scss, main.scss and theme_common's mixin website.s_carousel_intro_default_image_3 /theme_avantgarde/static/src/img/pictures/bg_image_08.jpg + + website.s_carousel_cards_default_image_1 + website.s_carousel_cards_default_image_1 + /theme_avantgarde/static/src/img/pictures/bg_image_28.jpg + + + website.s_carousel_cards_default_image_2 + website.s_carousel_cards_default_image_2 + /theme_avantgarde/static/src/img/pictures/bg_image_29.jpg + + + website.s_carousel_cards_default_image_3 + website.s_carousel_cards_default_image_3 + /theme_avantgarde/static/src/img/pictures/bg_image_30.jpg + website.s_media_list_default_image_1 website.s_media_list_default_image_1 diff --git a/theme_aviato/views/images_library.xml b/theme_aviato/views/images_library.xml index 34aaa29570..5c98422278 100644 --- a/theme_aviato/views/images_library.xml +++ b/theme_aviato/views/images_library.xml @@ -97,6 +97,23 @@ /theme_aviato/static/src/img/content/s_quote_bg_3.jpg + + + website.s_carousel_cards_default_image_1 + website.s_carousel_cards_default_image_1 + /theme_aviato/static/src/img/content/s_carousel_1.jpg + + + website.s_carousel_cards_default_image_2 + website.s_carousel_cards_default_image_2 + /theme_aviato/static/src/img/content/s_carousel_2.jpg + + + website.s_carousel_cards_default_image_3 + website.s_carousel_cards_default_image_3 + /theme_aviato/static/src/img/content/s_carousel_3.jpg + + website.s_media_list_default_image_1 diff --git a/theme_beauty/views/images.xml b/theme_beauty/views/images.xml index 978f0a95d8..3026b35e4c 100644 --- a/theme_beauty/views/images.xml +++ b/theme_beauty/views/images.xml @@ -165,6 +165,21 @@ Check in theme_loftspace's primary_variables.scss and theme.scss --> website.s_carousel_intro_default_image_3 /theme_beauty/static/src/img/snippets/library_image_02.jpg + + website.s_carousel_cards_default_image_1 + website.s_carousel_cards_default_image_1 + /theme_beauty/static/src/img/snippets/s_carousel_1.jpg + + + website.s_carousel_cards_default_image_2 + website.s_carousel_cards_default_image_2 + /theme_beauty/static/src/img/snippets/s_carousel_2.jpg + + + website.s_carousel_cards_default_image_3 + website.s_carousel_cards_default_image_3 + /theme_beauty/static/src/img/snippets/s_carousel_3.jpg + website.s_media_list_default_image_1 website.s_media_list_default_image_1 diff --git a/theme_bewise/views/image_content.xml b/theme_bewise/views/image_content.xml index bb4609d891..7ee11aa545 100644 --- a/theme_bewise/views/image_content.xml +++ b/theme_bewise/views/image_content.xml @@ -92,6 +92,21 @@ website.s_carousel_intro_default_image_3 /theme_bewise/static/src/img/backgrounds/college_bg_2.jpg + + website.s_carousel_cards_default_image_1 + website.s_carousel_cards_default_image_1 + /theme_bewise/static/src/img/content/college_carousel_1.jpg + + + website.s_carousel_cards_default_image_2 + website.s_carousel_cards_default_image_2 + /theme_bewise/static/src/img/content/college_carousel_2.jpg + + + website.s_carousel_cards_default_image_3 + website.s_carousel_cards_default_image_3 + /theme_bewise/static/src/img/content/college_carousel_3.jpg + website.s_media_list_default_image_1 website.s_media_list_default_image_1 diff --git a/theme_bistro/views/images_library.xml b/theme_bistro/views/images_library.xml index 29d0634dd4..ed10388969 100644 --- a/theme_bistro/views/images_library.xml +++ b/theme_bistro/views/images_library.xml @@ -233,6 +233,23 @@ /theme_bistro/static/src/img/backgrounds/02.jpg + + + website.s_carousel_cards_default_image_1 + website.s_carousel_cards_default_image_1 + /theme_bistro/static/src/img/backgrounds/18.jpg + + + website.s_carousel_cards_default_image_2 + website.s_carousel_cards_default_image_2 + /theme_bistro/static/src/img/backgrounds/05.jpg + + + website.s_carousel_cards_default_image_3 + website.s_carousel_cards_default_image_3 + /theme_bistro/static/src/img/backgrounds/07.jpg + + website.s_quotes_carousel_demo_image_1 diff --git a/theme_bookstore/views/images.xml b/theme_bookstore/views/images.xml index 226ba7322c..8ac8a97205 100644 --- a/theme_bookstore/views/images.xml +++ b/theme_bookstore/views/images.xml @@ -166,6 +166,21 @@ Check in theme_loftspace's primary_variables.scss and theme.scss --> website.s_carousel_intro_default_image_3 /theme_bookstore/static/src/img/snippets/s_product_catalog.jpg + + website.s_carousel_cards_default_image_1 + website.s_carousel_cards_default_image_1 + /theme_bookstore/static/src/img/snippets/s_carousel_1.jpg + + + website.s_carousel_cards_default_image_2 + website.s_carousel_cards_default_image_2 + /theme_bookstore/static/src/img/snippets/s_carousel_2.jpg + + + website.s_carousel_cards_default_image_3 + website.s_carousel_cards_default_image_3 + /theme_bookstore/static/src/img/snippets/s_carousel_3.jpg + website.s_media_list_default_image_1 website.s_media_list_default_image_1 diff --git a/theme_buzzy/views/images_library.xml b/theme_buzzy/views/images_library.xml index 2f355872d9..0ff6af867b 100644 --- a/theme_buzzy/views/images_library.xml +++ b/theme_buzzy/views/images_library.xml @@ -86,6 +86,22 @@ website.s_carousel_intro_default_image_3 /theme_buzzy/static/src/img/photos/library_image_08.jpg + + + website.s_carousel_cards_default_image_1 + website.s_carousel_cards_default_image_1 + /theme_buzzy/static/src/img/photos/s_carousel_default_image_1.jpg + + + website.s_carousel_cards_default_image_2 + website.s_carousel_cards_default_image_2 + /theme_buzzy/static/src/img/photos/s_carousel_default_image_2.jpg + + + website.s_carousel_cards_default_image_3 + website.s_carousel_cards_default_image_3 + /theme_buzzy/static/src/img/photos/s_carousel_default_image_3.jpg + website.s_popup_default_image diff --git a/theme_clean/views/image_content.xml b/theme_clean/views/image_content.xml index ce0f37a12e..bccf66df2e 100644 --- a/theme_clean/views/image_content.xml +++ b/theme_clean/views/image_content.xml @@ -92,6 +92,21 @@ website.s_carousel_intro_default_image_3 /theme_clean/static/src/img/backgrounds/bg_snippet_11.jpg + + website.s_carousel_cards_default_image_1 + website.s_carousel_cards_default_image_1 + /theme_clean/static/src/img/content/image_content_25.jpg + + + website.s_carousel_cards_default_image_2 + website.s_carousel_cards_default_image_2 + /theme_clean/static/src/img/content/image_content_26.jpg + + + website.s_carousel_cards_default_image_3 + website.s_carousel_cards_default_image_3 + /theme_clean/static/src/img/content/image_content_27.jpg + website.s_media_list_default_image_1 website.s_media_list_default_image_1 diff --git a/theme_cobalt/views/images.xml b/theme_cobalt/views/images.xml index b66beecf09..6c4912361f 100644 --- a/theme_cobalt/views/images.xml +++ b/theme_cobalt/views/images.xml @@ -81,6 +81,23 @@ /theme_cobalt/static/src/img/pictures/s_gallery_1.jpg + + + website.s_carousel_cards_default_image_1 + website.s_carousel_cards_default_image_1 + /theme_cobalt/static/src/img/pictures/s_carousel_1.jpg + + + website.s_carousel_cards_default_image_2 + website.s_carousel_cards_default_image_2 + /theme_cobalt/static/src/img/pictures/s_carousel_2.jpg + + + website.s_carousel_cards_default_image_3 + website.s_carousel_cards_default_image_3 + /theme_cobalt/static/src/img/pictures/s_carousel_3.jpg + + website.s_parallax_default_image diff --git a/theme_enark/views/image_library.xml b/theme_enark/views/image_library.xml index cefc668b7c..5f9fcba2b6 100644 --- a/theme_enark/views/image_library.xml +++ b/theme_enark/views/image_library.xml @@ -125,6 +125,21 @@ website.s_carousel_intro_default_image_3 /theme_enark/static/src/img/snippets/library_image_08.jpg + + website.s_carousel_cards_default_image_1 + website.s_carousel_cards_default_image_1 + /theme_enark/static/src/img/snippets/s_carousel_1.jpg + + + website.s_carousel_cards_default_image_2 + website.s_carousel_cards_default_image_2 + /theme_enark/static/src/img/snippets/s_carousel_2.jpg + + + website.s_carousel_cards_default_image_3 + website.s_carousel_cards_default_image_3 + /theme_enark/static/src/img/snippets/s_carousel_3.jpg + website.s_media_list_default_image_1 website.s_media_list_default_image_1 diff --git a/theme_graphene/views/images_library.xml b/theme_graphene/views/images_library.xml index 177e089f2c..8561012523 100644 --- a/theme_graphene/views/images_library.xml +++ b/theme_graphene/views/images_library.xml @@ -223,6 +223,23 @@ Check in images.scss, primary_variables.scss, main.scss and theme_common's mixin /theme_graphene/static/src/img/pictures/content_12.jpg + + + website.s_carousel_cards_default_image_1 + website.s_carousel_cards_default_image_1 + /theme_graphene/static/src/img/pictures/content_09.jpg + + + website.s_carousel_cards_default_image_2 + website.s_carousel_cards_default_image_2 + /theme_graphene/static/src/img/pictures/content_10.jpg + + + website.s_carousel_cards_default_image_3 + website.s_carousel_cards_default_image_3 + /theme_graphene/static/src/img/pictures/content_11.jpg + + website.s_parallax_default_image diff --git a/theme_kea/views/images_content.xml b/theme_kea/views/images_content.xml index 10c0d884c3..cfb68686b9 100644 --- a/theme_kea/views/images_content.xml +++ b/theme_kea/views/images_content.xml @@ -150,6 +150,21 @@ Check in primary_variables.scss, theme.scss and theme_common's mixins.scss --> website.s_carousel_intro_default_image_3 /theme_kea/static/src/img/snippets/s_color_blocks_1bis.jpg + + website.s_carousel_cards_default_image_1 + website.s_carousel_cards_default_image_1 + /theme_kea/static/src/img/snippets/s_carousel_1.jpg + + + website.s_carousel_cards_default_image_2 + website.s_carousel_cards_default_image_2 + /theme_kea/static/src/img/snippets/s_carousel_2.jpg + + + website.s_carousel_cards_default_image_3 + website.s_carousel_cards_default_image_3 + /theme_kea/static/src/img/snippets/s_carousel_3.jpg + website.s_media_list_default_image_1 diff --git a/theme_kiddo/views/images_library.xml b/theme_kiddo/views/images_library.xml index c5f1551cfc..9ad0083697 100644 --- a/theme_kiddo/views/images_library.xml +++ b/theme_kiddo/views/images_library.xml @@ -117,6 +117,21 @@ website.s_carousel_intro_default_image_3 /theme_kiddo/static/src/img/snippets/s_banner.jpg + + website.s_carousel_cards_default_image_1 + website.s_carousel_cards_default_image_1 + /theme_kiddo/static/src/img/content/content_img_20.jpg + + + website.s_carousel_cards_default_image_2 + website.s_carousel_cards_default_image_2 + /theme_kiddo/static/src/img/content/content_img_21.jpg + + + website.s_carousel_cards_default_image_3 + website.s_carousel_cards_default_image_3 + /theme_kiddo/static/src/img/content/content_img_22.jpg + website.s_media_list_default_image_1 website.s_media_list_default_image_1 diff --git a/theme_loftspace/views/images_content.xml b/theme_loftspace/views/images_content.xml index 41455cf6b2..7ee18d8354 100644 --- a/theme_loftspace/views/images_content.xml +++ b/theme_loftspace/views/images_content.xml @@ -160,6 +160,21 @@ Check in primary_variables.scss and theme.scss --> website.s_carousel_intro_default_image_3 /theme_loftspace/static/src/img/snippets/s_carousel_1.jpg + + website.s_carousel_cards_default_image_1 + website.s_carousel_cards_default_image_1 + /theme_loftspace/static/src/img/snippets/s_carousel_1.jpg + + + website.s_carousel_cards_default_image_2 + website.s_carousel_cards_default_image_2 + /theme_loftspace/static/src/img/snippets/s_carousel_2.jpg + + + website.s_carousel_cards_default_image_3 + website.s_carousel_cards_default_image_3 + /theme_loftspace/static/src/img/snippets/s_carousel_3.jpg + website.s_media_list_default_image_1 website.s_media_list_default_image_1 diff --git a/theme_monglia/views/images_content.xml b/theme_monglia/views/images_content.xml index 44a543a0a1..984c2dfe99 100644 --- a/theme_monglia/views/images_content.xml +++ b/theme_monglia/views/images_content.xml @@ -160,6 +160,21 @@ Check in primary_variables.scss, theme.scss and theme_common's mixins.scss --> website.s_carousel_intro_default_image_3 /theme_monglia/static/src/img/content/content_img_09.jpg + + website.s_carousel_cards_default_image_1 + website.s_carousel_cards_default_image_1 + /theme_monglia/static/src/img/snippets/s_carousel_1.jpg + + + website.s_carousel_cards_default_image_2 + website.s_carousel_cards_default_image_2 + /theme_monglia/static/src/img/snippets/s_carousel_2.jpg + + + website.s_carousel_cards_default_image_3 + website.s_carousel_cards_default_image_3 + /theme_monglia/static/src/img/snippets/s_carousel_3.jpg + website.s_media_list_default_image_1 website.s_media_list_default_image_1 diff --git a/theme_nano/views/images_library.xml b/theme_nano/views/images_library.xml index 0add10e691..be5171f731 100644 --- a/theme_nano/views/images_library.xml +++ b/theme_nano/views/images_library.xml @@ -303,6 +303,23 @@ /theme_nano/static/src/img/snippets/s_cover.jpg + + + website.s_carousel_cards_default_image_1 + website.s_carousel_cards_default_image_1 + /theme_nano/static/src/img/snippets/s_carousel_01.jpg + + + website.s_carousel_cards_default_image_2 + website.s_carousel_cards_default_image_2 + /theme_nano/static/src/img/snippets/s_carousel_02.jpg + + + website.s_carousel_cards_default_image_3 + website.s_carousel_cards_default_image_3 + /theme_nano/static/src/img/snippets/s_carousel_03.jpg + + website.s_quotes_carousel_demo_image_3 diff --git a/theme_notes/views/images_library.xml b/theme_notes/views/images_library.xml index 4cd39f73d8..2a6f947014 100644 --- a/theme_notes/views/images_library.xml +++ b/theme_notes/views/images_library.xml @@ -117,6 +117,21 @@ website.s_carousel_intro_default_image_3 /theme_notes/static/src/img/content/s_three_columns_default_image.jpg + + website.s_carousel_cards_default_image_1 + website.s_carousel_cards_default_image_1 + /theme_notes/static/src/img/content/content_img_22.jpg + + + website.s_carousel_cards_default_image_2 + website.s_carousel_cards_default_image_2 + /theme_notes/static/src/img/content/content_img_23.jpg + + + website.s_carousel_cards_default_image_3 + website.s_carousel_cards_default_image_3 + /theme_notes/static/src/img/content/content_img_24.jpg + website.s_media_list_default_image_1 website.s_media_list_default_image_1 diff --git a/theme_odoo_experts/views/images.xml b/theme_odoo_experts/views/images.xml index 8a9fbe0560..275713414c 100644 --- a/theme_odoo_experts/views/images.xml +++ b/theme_odoo_experts/views/images.xml @@ -130,6 +130,21 @@ Check in theme_loftspace's primary_variables.scss and theme.scss --> website.s_carousel_intro_default_image_3 /theme_odoo_experts/static/src/img/snippets/library_image_02.jpg + + website.s_carousel_cards_default_image_1 + website.s_carousel_cards_default_image_1 + /theme_odoo_experts/static/src/img/snippets/s_carousel_1.jpg + + + website.s_carousel_cards_default_image_2 + website.s_carousel_cards_default_image_2 + /theme_odoo_experts/static/src/img/snippets/s_carousel_2.jpg + + + website.s_carousel_cards_default_image_3 + website.s_carousel_cards_default_image_3 + /theme_odoo_experts/static/src/img/snippets/s_carousel_3.jpg + website.s_media_list_default_image_1 website.s_media_list_default_image_1 diff --git a/theme_orchid/views/images.xml b/theme_orchid/views/images.xml index 028b345527..4326e2c8b6 100644 --- a/theme_orchid/views/images.xml +++ b/theme_orchid/views/images.xml @@ -130,6 +130,21 @@ Check in theme_loftspace's primary_variables.scss and theme.scss --> website.s_carousel_intro_default_image_3 /theme_orchid/static/src/img/snippets/s_carousel_2.jpg + + website.s_carousel_cards_default_image_1 + website.s_carousel_cards_default_image_1 + /theme_orchid/static/src/img/snippets/s_carousel_1.jpg + + + website.s_carousel_cards_default_image_2 + website.s_carousel_cards_default_image_2 + /theme_orchid/static/src/img/snippets/s_carousel_2.jpg + + + website.s_carousel_cards_default_image_3 + website.s_carousel_cards_default_image_3 + /theme_orchid/static/src/img/snippets/s_carousel_3.jpg + website.s_media_list_default_image_1 website.s_media_list_default_image_1 diff --git a/theme_paptic/views/images.xml b/theme_paptic/views/images.xml index 7da9575c28..ea6541e052 100644 --- a/theme_paptic/views/images.xml +++ b/theme_paptic/views/images.xml @@ -76,6 +76,23 @@ /theme_paptic/static/src/img/pictures/s_banner_2.jpg + + + website.s_carousel_cards_default_image_1 + website.s_carousel_cards_default_image_1 + /theme_paptic/static/src/img/pictures/s_carousel_1.jpg + + + website.s_carousel_cards_default_image_2 + website.s_carousel_cards_default_image_2 + /theme_paptic/static/src/img/pictures/s_carousel_2.jpg + + + website.s_carousel_cards_default_image_3 + website.s_carousel_cards_default_image_3 + /theme_paptic/static/src/img/pictures/s_carousel_3.jpg + + website.s_parallax_default_image diff --git a/theme_real_estate/views/images.xml b/theme_real_estate/views/images.xml index 60a1539186..bf5751f139 100644 --- a/theme_real_estate/views/images.xml +++ b/theme_real_estate/views/images.xml @@ -156,6 +156,21 @@ Check in theme_monglia's primary_variables.scss, theme.scss and theme_common's m website.s_carousel_intro_default_image_3 /theme_real_estate/static/src/img/snippets/s_images_wall_05.jpg + + website.s_carousel_cards_default_image_1 + website.s_carousel_cards_default_image_1 + /theme_real_estate/static/src/img/snippets/s_carousel_1.jpg + + + website.s_carousel_cards_default_image_2 + website.s_carousel_cards_default_image_2 + /theme_real_estate/static/src/img/snippets/s_carousel_2.jpg + + + website.s_carousel_cards_default_image_3 + website.s_carousel_cards_default_image_3 + /theme_real_estate/static/src/img/snippets/s_carousel_3.jpg + website.s_media_list_default_image_1 website.s_media_list_default_image_1 diff --git a/theme_treehouse/views/images_library.xml b/theme_treehouse/views/images_library.xml index 4fecbe1857..cf70cd4a35 100644 --- a/theme_treehouse/views/images_library.xml +++ b/theme_treehouse/views/images_library.xml @@ -233,6 +233,23 @@ /theme_treehouse/static/src/img/backgrounds/02.jpg + + + website.s_carousel_cards_default_image_1 + website.s_carousel_cards_default_image_1 + /theme_treehouse/static/src/img/backgrounds/11.jpg + + + website.s_carousel_cards_default_image_2 + website.s_carousel_cards_default_image_2 + /theme_treehouse/static/src/img/backgrounds/12.jpg + + + website.s_carousel_cards_default_image_3 + website.s_carousel_cards_default_image_3 + /theme_treehouse/static/src/img/backgrounds/03.jpg + + website.s_media_list_default_image_1 diff --git a/theme_vehicle/views/images.xml b/theme_vehicle/views/images.xml index 3753b3fbf0..3ba5ee1825 100644 --- a/theme_vehicle/views/images.xml +++ b/theme_vehicle/views/images.xml @@ -165,6 +165,21 @@ Check in theme_monglia's primary_variables.scss, theme.scss and theme_common's m website.s_carousel_intro_default_image_3 /theme_vehicle/static/src/img/snippets/s_masonry_block_2.jpg + + website.s_carousel_cards_default_image_1 + website.s_carousel_cards_default_image_1 + /theme_vehicle/static/src/img/snippets/s_carousel_1.jpg + + + website.s_carousel_cards_default_image_2 + website.s_carousel_cards_default_image_2 + /theme_vehicle/static/src/img/snippets/s_carousel_2.jpg + + + website.s_carousel_cards_default_image_3 + website.s_carousel_cards_default_image_3 + /theme_vehicle/static/src/img/snippets/s_carousel_3.jpg + website.s_media_list_default_image_1 website.s_media_list_default_image_1 diff --git a/theme_yes/views/images.xml b/theme_yes/views/images.xml index dae973e779..13bb956996 100644 --- a/theme_yes/views/images.xml +++ b/theme_yes/views/images.xml @@ -170,6 +170,22 @@ Check in theme_kea's primary_variables.scss, theme.scss and theme_common's mixin website.s_carousel_intro_default_image_3 /theme_yes/static/src/img/content/content_img_10.jpg + + + website.s_carousel_cards_default_image_1 + website.s_carousel_cards_default_image_1 + /theme_yes/static/src/img/snippets/s_carousel_1.jpg + + + website.s_carousel_cards_default_image_2 + website.s_carousel_cards_default_image_2 + /theme_yes/static/src/img/snippets/s_carousel_2.jpg + + + website.s_carousel_cards_default_image_3 + website.s_carousel_cards_default_image_3 + /theme_yes/static/src/img/snippets/s_carousel_3.jpg + website.s_three_columns_default_image_1 diff --git a/theme_zap/views/images_library.xml b/theme_zap/views/images_library.xml index aebec68726..bb2638e51e 100644 --- a/theme_zap/views/images_library.xml +++ b/theme_zap/views/images_library.xml @@ -213,6 +213,23 @@ /theme_zap/static/src/img/backgrounds/07.jpg + + + website.s_carousel_cards_default_image_1 + website.s_carousel_cards_default_image_1 + /theme_zap/static/src/img/backgrounds/05.jpg + + + website.s_carousel_cards_default_image_2 + website.s_carousel_cards_default_image_2 + /theme_zap/static/src/img/backgrounds/08.jpg + + + website.s_carousel_cards_default_image_3 + website.s_carousel_cards_default_image_3 + /theme_zap/static/src/img/backgrounds/07.jpg + + website.s_quotes_carousel_demo_image_3