From 11ff57668e74ff44f5c93c7cdfae20e7d6c7140b Mon Sep 17 00:00:00 2001 From: Brieuc-brd Date: Tue, 29 Oct 2024 09:58:10 +0100 Subject: [PATCH] [IMP] theme_artists, *: adapt `s_tabs_images` *: theme_bistro, theme_buzzy, theme_nano, theme_notes, theme_treehouse, theme_zap This commit adapts customizations for `s_tabs_images`. task-4094407 Part of task-4077427 --- test_themes/tests/test_new_page_templates.py | 1 + theme_artists/__manifest__.py | 1 + theme_artists/views/snippets/s_tabs_images.xml | 11 +++++++++++ theme_bistro/views/images_library.xml | 7 +++++++ theme_buzzy/views/images_library.xml | 12 +++++++++++- theme_nano/__manifest__.py | 1 + theme_nano/views/snippets/s_tabs_images.xml | 11 +++++++++++ theme_notes/__manifest__.py | 1 + theme_notes/views/snippets/s_tabs_images.xml | 11 +++++++++++ theme_treehouse/views/images_library.xml | 11 +++++++++++ theme_zap/views/images_library.xml | 12 ++++++++++++ 11 files changed, 78 insertions(+), 1 deletion(-) create mode 100644 theme_artists/views/snippets/s_tabs_images.xml create mode 100644 theme_nano/views/snippets/s_tabs_images.xml create mode 100644 theme_notes/views/snippets/s_tabs_images.xml diff --git a/test_themes/tests/test_new_page_templates.py b/test_themes/tests/test_new_page_templates.py index 2027262559..3bc7f2f30d 100644 --- a/test_themes/tests/test_new_page_templates.py +++ b/test_themes/tests/test_new_page_templates.py @@ -94,6 +94,7 @@ 's_timeline_card', 's_website_form_custom', 's_website_form_dnone', 's_website_form_field', 's_website_form_input', 's_website_form_mark', 's_website_form_submit', 's_website_form_no_submit_label', 's_donation_btn', 's_donation_custom_btn', + 's_tabs_common', 's_tabs_nav_vertical', 's_tabs_nav_with_decriptions', ], # Text re.compile(r'^text-(?!(center|end|start|bg-|lg-)).*$'): [ diff --git a/theme_artists/__manifest__.py b/theme_artists/__manifest__.py index 59aa5d387c..46d6858804 100644 --- a/theme_artists/__manifest__.py +++ b/theme_artists/__manifest__.py @@ -93,6 +93,7 @@ 'views/snippets/s_striped.xml', 'views/snippets/s_table_of_content.xml', 'views/snippets/s_tabs.xml', + 'views/snippets/s_tabs_images.xml', 'views/snippets/s_timeline.xml', 'views/snippets/s_timeline_list.xml', 'views/snippets/s_title_form.xml', diff --git a/theme_artists/views/snippets/s_tabs_images.xml b/theme_artists/views/snippets/s_tabs_images.xml new file mode 100644 index 0000000000..23ff164e8b --- /dev/null +++ b/theme_artists/views/snippets/s_tabs_images.xml @@ -0,0 +1,11 @@ + + + + + + diff --git a/theme_bistro/views/images_library.xml b/theme_bistro/views/images_library.xml index 29d0634dd4..425eaff188 100644 --- a/theme_bistro/views/images_library.xml +++ b/theme_bistro/views/images_library.xml @@ -591,4 +591,11 @@ /theme_bistro/static/src/img/backgrounds/17.jpg + + + website.s_tabs_images_default_image_5 + website.s_tabs_images_default_image_5 + /theme_bistro/static/src/img/backgrounds/12.jpg + + diff --git a/theme_buzzy/views/images_library.xml b/theme_buzzy/views/images_library.xml index 2f355872d9..9b6a284dfd 100644 --- a/theme_buzzy/views/images_library.xml +++ b/theme_buzzy/views/images_library.xml @@ -307,6 +307,16 @@ website.s_key_images_default_image_4 /theme_buzzy/static/src/img/photos/s_images_mosaic_default_image_4.jpg - + + + website.s_tabs_images_default_image_4 + website.s_tabs_images_default_image_4 + /theme_buzzy/static/src/img/photos/s_cover_default_image.jpg + + + website.s_tabs_images_default_image_5 + website.s_tabs_images_default_image_5 + /theme_buzzy/static/src/img/photos/library_image_13.jpg + diff --git a/theme_nano/__manifest__.py b/theme_nano/__manifest__.py index 5dfeb77392..2a07ae970e 100644 --- a/theme_nano/__manifest__.py +++ b/theme_nano/__manifest__.py @@ -37,6 +37,7 @@ 'views/snippets/s_numbers_showcase.xml', 'views/snippets/s_key_benefits.xml', 'views/snippets/s_striped_center_top.xml', + 'views/snippets/s_tabs_images.xml', 'views/snippets/s_big_number.xml', 'views/snippets/s_image_frame.xml', 'views/snippets/s_shape_image.xml', diff --git a/theme_nano/views/snippets/s_tabs_images.xml b/theme_nano/views/snippets/s_tabs_images.xml new file mode 100644 index 0000000000..23ff164e8b --- /dev/null +++ b/theme_nano/views/snippets/s_tabs_images.xml @@ -0,0 +1,11 @@ + + + + + + diff --git a/theme_notes/__manifest__.py b/theme_notes/__manifest__.py index 8347efb07b..e7c8b911b6 100644 --- a/theme_notes/__manifest__.py +++ b/theme_notes/__manifest__.py @@ -15,6 +15,7 @@ 'views/snippets/s_carousel.xml', 'views/snippets/s_striped.xml', 'views/snippets/s_striped_top.xml', + 'views/snippets/s_tabs_images.xml', 'views/snippets/s_cards_grid.xml', 'views/snippets/s_carousel_intro.xml', 'views/snippets/s_image_text.xml', diff --git a/theme_notes/views/snippets/s_tabs_images.xml b/theme_notes/views/snippets/s_tabs_images.xml new file mode 100644 index 0000000000..23ff164e8b --- /dev/null +++ b/theme_notes/views/snippets/s_tabs_images.xml @@ -0,0 +1,11 @@ + + + + + + diff --git a/theme_treehouse/views/images_library.xml b/theme_treehouse/views/images_library.xml index 4fecbe1857..12c3477723 100644 --- a/theme_treehouse/views/images_library.xml +++ b/theme_treehouse/views/images_library.xml @@ -554,5 +554,16 @@ website.s_faq_horizontal_default_image_1 /theme_treehouse/static/src/img/backgrounds/15.jpg + + + website.s_tabs_images_default_image_4 + website.s_tabs_images_default_image_4 + /theme_treehouse/static/src/img/backgrounds/16.jpg + + + website.s_tabs_images_default_image_5 + website.s_tabs_images_default_image_5 + /theme_treehouse/static/src/img/backgrounds/10.jpg + diff --git a/theme_zap/views/images_library.xml b/theme_zap/views/images_library.xml index aebec68726..98834163b0 100644 --- a/theme_zap/views/images_library.xml +++ b/theme_zap/views/images_library.xml @@ -482,4 +482,16 @@ /theme_zap/static/src/img/content/s_text_cover.jpg + + + website.s_tabs_images_default_image_4 + website.s_tabs_images_default_image_4 + /theme_zap/static/src/img/backgrounds/13.jpg + + + website.s_tabs_images_default_image_5 + website.s_tabs_images_default_image_5 + /theme_zap/static/src/img/backgrounds/06.jpg + +