diff --git a/test_themes/tests/test_new_page_templates.py b/test_themes/tests/test_new_page_templates.py index 4915d6dab..f270040d3 100644 --- a/test_themes/tests/test_new_page_templates.py +++ b/test_themes/tests/test_new_page_templates.py @@ -29,7 +29,7 @@ CONFLICTUAL_CLASSES = [ ['o_spc-medium', 'o_spc-none', 'o_spc-small'], ['oi-arrows-h', 'oi-arrows-v', 'oi-chevron-left', 'oi-chevron-right', 'oi-search'], ['position-absolute', 'position-relative'], - ['s_carousel_bordered', 's_carousel_default', 's_carousel_rounded'], + ['s_carousel_default', 's_carousel_rounded'], ['s_image_gallery_indicators_arrows_boxed', 's_image_gallery_indicators_arrows_rounded'], ['text-center', 'text-end', 'text-start'], ] @@ -76,13 +76,15 @@ CONFLICTUAL_CLASSES_RE = { re.compile(r'^s_.*'): [ 's_alert_md', 's_blockquote_with_icon', 's_blockquote', - 's_carousel_bordered', 's_carousel_default', 's_carousel_rounded', + 's_carousel_default', 's_carousel_rounded', 's_carousel_boxed', + 's_carousel_indicators_dots', 's_carousel_indicators_hidden', 's_carousel_controllers_indicators_outside', + 's_quotes_carousel', 's_dynamic', 's_dynamic_empty', 's_dynamic_snippet_blog_posts', 's_blog_posts_effect_marley', 's_blog_post_big_picture', 's_col_no_bgcolor', 's_col_no_resize', 's_event_upcoming_snippet', - 's_image_gallery_cover', 's_image_gallery_indicators_arrows_boxed', 's_image_gallery_indicators_arrows_rounded', - 's_image_gallery_indicators_dots', 's_image_gallery_indicators_rounded', 's_image_gallery_show_indicators', + 's_image_gallery', 's_image_gallery_indicators_arrows_boxed', 's_image_gallery_indicators_arrows_rounded', + 's_image_gallery_indicators_dots', 's_image_gallery_indicators_squared', 's_image_gallery_indicators_rounded', 's_image_gallery_indicators_hidden', 's_image_gallery_indicators_bars', 's_image_gallery_indicators_outside','s_image_gallery_controllers_outside_arrows_right', 's_image_gallery_controllers_outside', 's_newsletter_list', 's_newsletter_subscribe_form', 's_parallax_is_fixed', 's_parallax_no_overflow_hidden', 's_process_steps_connector_line', diff --git a/theme_anelusia/__manifest__.py b/theme_anelusia/__manifest__.py index d7dfd7b14..6611b1529 100644 --- a/theme_anelusia/__manifest__.py +++ b/theme_anelusia/__manifest__.py @@ -16,6 +16,7 @@ 'views/snippets/s_company_team.xml', 'views/snippets/s_cover.xml', 'views/snippets/s_image_gallery.xml', + 'views/snippets/s_carousel.xml', 'views/snippets/s_media_list.xml', 'views/snippets/s_text_cover.xml', 'views/snippets/s_color_blocks_2.xml', diff --git a/theme_anelusia/views/snippets/s_carousel.xml b/theme_anelusia/views/snippets/s_carousel.xml new file mode 100644 index 000000000..e3e48f666 --- /dev/null +++ b/theme_anelusia/views/snippets/s_carousel.xml @@ -0,0 +1,16 @@ + + + + + + diff --git a/theme_anelusia/views/snippets/s_image_gallery.xml b/theme_anelusia/views/snippets/s_image_gallery.xml index a632758f2..0efd933cc 100644 --- a/theme_anelusia/views/snippets/s_image_gallery.xml +++ b/theme_anelusia/views/snippets/s_image_gallery.xml @@ -15,18 +15,14 @@ diff --git a/theme_anelusia/views/snippets/s_quotes_carousel.xml b/theme_anelusia/views/snippets/s_quotes_carousel.xml index e7d7ac45b..5a3f1a7da 100644 --- a/theme_anelusia/views/snippets/s_quotes_carousel.xml +++ b/theme_anelusia/views/snippets/s_quotes_carousel.xml @@ -3,15 +3,15 @@ diff --git a/theme_artists/views/snippets/s_carousel.xml b/theme_artists/views/snippets/s_carousel.xml index f43871e1a..f2ed5a0c1 100644 --- a/theme_artists/views/snippets/s_carousel.xml +++ b/theme_artists/views/snippets/s_carousel.xml @@ -2,14 +2,6 @@