diff --git a/src/components/bcl-accordion/accordion.html.twig b/src/components/bcl-accordion/accordion.html.twig index 692f07c81..7a740f04b 100644 --- a/src/components/bcl-accordion/accordion.html.twig +++ b/src/components/bcl-accordion/accordion.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - title (string) (default: '') @@ -141,4 +139,3 @@ {% endif %} -{% endapply %} diff --git a/src/components/bcl-alert/alert.html.twig b/src/components/bcl-alert/alert.html.twig index a1b0e363d..dded835c0 100644 --- a/src/components/bcl-alert/alert.html.twig +++ b/src/components/bcl-alert/alert.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - message (string) (default: '') - heading (string) (default: '') @@ -80,4 +78,3 @@ {%- endif -%} -{% endapply %} diff --git a/src/components/bcl-badge/badge.html.twig b/src/components/bcl-badge/badge.html.twig index 47cba476c..b2230eb0e 100644 --- a/src/components/bcl-badge/badge.html.twig +++ b/src/components/bcl-badge/badge.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - label (string) (default: '') - background: (string) (default: 'primary') @@ -76,4 +74,3 @@ {%- endif -%} -{% endapply %} diff --git a/src/components/bcl-blockquote/blockquote.html.twig b/src/components/bcl-blockquote/blockquote.html.twig index 2c2e431cb..eae1c60ea 100644 --- a/src/components/bcl-blockquote/blockquote.html.twig +++ b/src/components/bcl-blockquote/blockquote.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - title (string) (default: '') - title_tag (string) (default: 'h2') @@ -70,4 +68,3 @@ {% endif %} -{% endapply %} diff --git a/src/components/bcl-breadcrumb/breadcrumb.html.twig b/src/components/bcl-breadcrumb/breadcrumb.html.twig index f4685526a..78e9dafd2 100644 --- a/src/components/bcl-breadcrumb/breadcrumb.html.twig +++ b/src/components/bcl-breadcrumb/breadcrumb.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - links (link[]) (default: []) - icon_path (string) (default: '') @@ -59,4 +57,3 @@ {% endif %} -{% endapply %} diff --git a/src/components/bcl-button-group/button-group.html.twig b/src/components/bcl-button-group/button-group.html.twig index 090434ccf..14ab56743 100644 --- a/src/components/bcl-button-group/button-group.html.twig +++ b/src/components/bcl-button-group/button-group.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - vertical (boolean) (default: false) - size (string) (default: 'md') @@ -64,4 +62,3 @@ {% endif %} -{% endapply %} diff --git a/src/components/bcl-button/button.html.twig b/src/components/bcl-button/button.html.twig index f3c527d45..864bd2ffb 100644 --- a/src/components/bcl-button/button.html.twig +++ b/src/components/bcl-button/button.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - label (string) (default: '') @@ -111,4 +109,3 @@ {%- endif -%} -{% endapply %} diff --git a/src/components/bcl-card-layout/__snapshots__/card-layout.test.js.snap b/src/components/bcl-card-layout/__snapshots__/card-layout.test.js.snap index d184b1936..a8f94913b 100644 --- a/src/components/bcl-card-layout/__snapshots__/card-layout.test.js.snap +++ b/src/components/bcl-card-layout/__snapshots__/card-layout.test.js.snap @@ -585,7 +585,7 @@ exports[`OE - Card grid renders correctly with cards having equal height 1`] = ` class="col" >
-{% endapply %} diff --git a/src/components/bcl-card/card.html.twig b/src/components/bcl-card/card.html.twig index 9bd5ee991..e07e295a2 100644 --- a/src/components/bcl-card/card.html.twig +++ b/src/components/bcl-card/card.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - title: (string) (default: '') - title_tag: (string) (default: 'h1') @@ -272,4 +270,3 @@ {% endif %}
-{% endapply %} diff --git a/src/components/bcl-carousel/carousel.html.twig b/src/components/bcl-carousel/carousel.html.twig index 39e601b00..d1ae521f7 100644 --- a/src/components/bcl-carousel/carousel.html.twig +++ b/src/components/bcl-carousel/carousel.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - title (string) (default: '') - title_tag (string) (default: 'h2') @@ -177,4 +175,3 @@ {% endif %}
-{% endapply %} diff --git a/src/components/bcl-dropdown/dropdown.html.twig b/src/components/bcl-dropdown/dropdown.html.twig index 7db3dfe28..4f0147be1 100644 --- a/src/components/bcl-dropdown/dropdown.html.twig +++ b/src/components/bcl-dropdown/dropdown.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - id (string) (default: dropdown-random(10000)) - trigger (link or button) @@ -132,4 +130,3 @@
{% endif %} -{% endapply %} diff --git a/src/components/bcl-form-input/form-input.html.twig b/src/components/bcl-form-input/form-input.html.twig index 559a1f73b..c3b32b500 100644 --- a/src/components/bcl-form-input/form-input.html.twig +++ b/src/components/bcl-form-input/form-input.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - id (string) (default: '') @@ -180,4 +178,3 @@
{% endif %} -{% endapply %} diff --git a/src/components/bcl-form/form.html.twig b/src/components/bcl-form/form.html.twig index c3e4b51df..eb7a74b85 100644 --- a/src/components/bcl-form/form.html.twig +++ b/src/components/bcl-form/form.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - title: (string) (default: '') - title_tag: (string) (default: 'h2') @@ -147,4 +145,3 @@ {% endif %} -{% endapply %} diff --git a/src/components/bcl-heading/heading.html.twig b/src/components/bcl-heading/heading.html.twig index 94e382b27..6e6b5663d 100644 --- a/src/components/bcl-heading/heading.html.twig +++ b/src/components/bcl-heading/heading.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - title (string) (default: '') - title_tag (string) (default: 'h2') @@ -37,4 +35,3 @@ {% endif -%} -{% endapply %} diff --git a/src/components/bcl-icon/icon.html.twig b/src/components/bcl-icon/icon.html.twig index cf5c7e24d..8567e85c5 100644 --- a/src/components/bcl-icon/icon.html.twig +++ b/src/components/bcl-icon/icon.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - name (string) (default: '') - path (string) (default: '') @@ -33,4 +31,3 @@ -{% endapply %} diff --git a/src/components/bcl-link/link.html.twig b/src/components/bcl-link/link.html.twig index 171972fcf..a073f6df4 100644 --- a/src/components/bcl-link/link.html.twig +++ b/src/components/bcl-link/link.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - label (string) (default: '') - path (string) (default: '#') @@ -86,4 +84,3 @@ {%- endif -%} -{% endapply %} diff --git a/src/components/bcl-list-group/list-group.html.twig b/src/components/bcl-list-group/list-group.html.twig index 39c1dade3..1ac1e8bc8 100644 --- a/src/components/bcl-list-group/list-group.html.twig +++ b/src/components/bcl-list-group/list-group.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - flush (boolean) (default: false) - horizontal (string) (default: '') @@ -117,4 +115,3 @@
{% endif %} -{% endapply %} diff --git a/src/components/bcl-modal/modal.html.twig b/src/components/bcl-modal/modal.html.twig index 126fa4558..920f7a93d 100644 --- a/src/components/bcl-modal/modal.html.twig +++ b/src/components/bcl-modal/modal.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - size (string) default('') options: sm, lg, xl, fullscreen @@ -92,4 +90,3 @@
-{% endapply %} diff --git a/src/components/bcl-navbar/navbar.html.twig b/src/components/bcl-navbar/navbar.html.twig index 0e46f65cc..0ce2067f1 100644 --- a/src/components/bcl-navbar/navbar.html.twig +++ b/src/components/bcl-navbar/navbar.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - collapse_id (string) (default: '') - background (string) (default: '') @@ -106,4 +104,3 @@ -{% endapply %} diff --git a/src/components/bcl-navigation/navigation.html.twig b/src/components/bcl-navigation/navigation.html.twig index 8a78735b8..8abd40f7f 100644 --- a/src/components/bcl-navigation/navigation.html.twig +++ b/src/components/bcl-navigation/navigation.html.twig @@ -1,6 +1,4 @@ {% import _self as navigation %} -{% apply spaceless %} - {# Parameters: - id (string) (default: '') - pills (boolean) (default: false) @@ -27,8 +25,7 @@ {# Define main macro #} {% macro render(items, pills, tabs, tabs_content, vertical, full_width, alignment, id, nav, navbar, attributes) %} -{% apply spaceless %} - {% import _self as navigation %} +{% import _self as navigation %} {% set _id = id|default('') %} {% set _pills = pills ?? false %} @@ -181,9 +178,7 @@ {%- endblock -%} {% endif %} -{% endapply %} {% endmacro %} {{ navigation.render(items, pills, tabs, tabs_content, vertical, full_width, alignment, id, nav, navbar, attributes) }} -{% endapply %} diff --git a/src/components/bcl-offcanvas/offcanvas.html.twig b/src/components/bcl-offcanvas/offcanvas.html.twig index 6ba8d4ff6..4bf14b6b2 100644 --- a/src/components/bcl-offcanvas/offcanvas.html.twig +++ b/src/components/bcl-offcanvas/offcanvas.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - title: (string) (default: '') - title_tag: (string) (default: 'h2') @@ -119,4 +117,3 @@ {%- endif -%} -{% endapply %} diff --git a/src/components/bcl-pagination-v2/pagination-item.html.twig b/src/components/bcl-pagination-v2/pagination-item.html.twig index b6c445901..488390267 100644 --- a/src/components/bcl-pagination-v2/pagination-item.html.twig +++ b/src/components/bcl-pagination-v2/pagination-item.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - path (string) (default: '') - label (string) (default: '') @@ -87,4 +85,3 @@ {% endif %} -{% endapply %} diff --git a/src/components/bcl-pagination-v2/pagination.html.twig b/src/components/bcl-pagination-v2/pagination.html.twig index 60c007948..8ffe70b22 100644 --- a/src/components/bcl-pagination-v2/pagination.html.twig +++ b/src/components/bcl-pagination-v2/pagination.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - size (string) (default: '') - options ['sm', 'lg'] @@ -210,4 +208,3 @@ -{% endapply %} diff --git a/src/components/bcl-pagination/pagination-item.html.twig b/src/components/bcl-pagination/pagination-item.html.twig index 76e6ec9d9..a4137d4e5 100644 --- a/src/components/bcl-pagination/pagination-item.html.twig +++ b/src/components/bcl-pagination/pagination-item.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - path (string) (default: '') - label (string) (default: '') @@ -70,4 +68,3 @@
{{- _label -}}
{% endif %} -{% endapply %} diff --git a/src/components/bcl-pagination/pagination.html.twig b/src/components/bcl-pagination/pagination.html.twig index 9a3117cde..6688db766 100644 --- a/src/components/bcl-pagination/pagination.html.twig +++ b/src/components/bcl-pagination/pagination.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - size (string) (default: '') - options ['sm', 'lg'] @@ -158,4 +156,3 @@ -{% endapply %} diff --git a/src/components/bcl-placeholder/placeholder.html.twig b/src/components/bcl-placeholder/placeholder.html.twig index d299ac654..fd4fcbd54 100644 --- a/src/components/bcl-placeholder/placeholder.html.twig +++ b/src/components/bcl-placeholder/placeholder.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - width (int) (default: 0) - between 0-100 - variant (string) (default: '') @@ -42,4 +40,3 @@

{% endif %} -{% endapply %} diff --git a/src/components/bcl-progress/progress.html.twig b/src/components/bcl-progress/progress.html.twig index 3e1ec2011..c39063479 100644 --- a/src/components/bcl-progress/progress.html.twig +++ b/src/components/bcl-progress/progress.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - progress (int) (default: 0) - min (int) (default: 0) @@ -70,4 +68,3 @@ {{ _message }} {% endif %} -{% endapply %} diff --git a/src/components/bcl-select/select.html.twig b/src/components/bcl-select/select.html.twig index 636f482d2..822a1d1e7 100644 --- a/src/components/bcl-select/select.html.twig +++ b/src/components/bcl-select/select.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - id (string) (default: '') @@ -181,4 +179,3 @@ {% endif %} -{% endapply %} diff --git a/src/components/bcl-spinner/spinner.html.twig b/src/components/bcl-spinner/spinner.html.twig index 9ec2e32cb..26def0eba 100644 --- a/src/components/bcl-spinner/spinner.html.twig +++ b/src/components/bcl-spinner/spinner.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - type (string) (default: 'border') - options ['border', 'grow'] @@ -37,4 +35,3 @@ {% endif %} -{% endapply %} diff --git a/src/components/bcl-table/table.html.twig b/src/components/bcl-table/table.html.twig index d2b9efa0f..315522ff4 100644 --- a/src/components/bcl-table/table.html.twig +++ b/src/components/bcl-table/table.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - striped (boolean) (default: false) - hoverable (boolean) (default: false) @@ -192,4 +190,3 @@ {% endif %} -{% endapply %} diff --git a/src/components/bcl-textarea/textarea.html.twig b/src/components/bcl-textarea/textarea.html.twig index b9816700a..774cc8a93 100644 --- a/src/components/bcl-textarea/textarea.html.twig +++ b/src/components/bcl-textarea/textarea.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - id (string) (default: '') @@ -146,4 +144,3 @@ {% if _floating or _horizontal %} {% endif %} -{% endapply %} diff --git a/src/components/bcl-toasts/__snapshots__/toasts.test.js.snap b/src/components/bcl-toasts/__snapshots__/toasts.test.js.snap index c84e28f65..40efe1da6 100644 --- a/src/components/bcl-toasts/__snapshots__/toasts.test.js.snap +++ b/src/components/bcl-toasts/__snapshots__/toasts.test.js.snap @@ -11,7 +11,7 @@ exports[`OE - Toasts render correctly with body wrapper classes 1`] = `
- Toast title + Toast title
- -
Value matches key attribute
- -
String literal "true" attribute
- -
Empty string attribute
- -
Zero attribute
- -
Null attribute
- -
False attribute
- -
Undefined attribute
- -
String value attribute
- -
Array attribute with values
- -
Array attribute with empty values
- -
Empty array attribute
- -
Array attribute with only empty strings
- - -
- -
- - Form attribute examples - - - - - - - -
- -
`; diff --git a/src/compositions/bcl-banner/banner.html.twig b/src/compositions/bcl-banner/banner.html.twig index 8f3012e62..140584cfa 100644 --- a/src/compositions/bcl-banner/banner.html.twig +++ b/src/compositions/bcl-banner/banner.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - title: (string) (default: '') - title_tag: (string) (default: 'div') @@ -93,4 +91,3 @@ -{% endapply %} diff --git a/src/compositions/bcl-base-templates/content-type.html.twig b/src/compositions/bcl-base-templates/content-type.html.twig index a6da669ff..f8a7ab0fe 100644 --- a/src/compositions/bcl-base-templates/content-type.html.twig +++ b/src/compositions/bcl-base-templates/content-type.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - with_header (boolean) (default: false) @@ -136,4 +134,3 @@ {% include '@oe-bcl/bcl-footer/footer.html.twig' with footer only %} {% endif %} -{% endapply %} diff --git a/src/compositions/bcl-colors/colors.html.twig b/src/compositions/bcl-colors/colors.html.twig index bf06c224a..0d8390fb8 100644 --- a/src/compositions/bcl-colors/colors.html.twig +++ b/src/compositions/bcl-colors/colors.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - "colors" @@ -24,4 +22,3 @@ {% endfor %} -{% endapply %} diff --git a/src/compositions/bcl-contact-form/__snapshots__/contact-form.test.js.snap b/src/compositions/bcl-contact-form/__snapshots__/contact-form.test.js.snap index d4dd62340..b48abffa2 100644 --- a/src/compositions/bcl-contact-form/__snapshots__/contact-form.test.js.snap +++ b/src/compositions/bcl-contact-form/__snapshots__/contact-form.test.js.snap @@ -1039,7 +1039,7 @@ exports[`OE - Contact-form contact-form error page renders correctly 1`] = ` > Contact form - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis fermentum facilisis ex, ac porta massa. Lorem ipsum dolor sit amet, consectetur adipiscing elit. + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis fermentum facilisis ex, ac porta massa. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Duis fermentum facilisis ex, ac porta massa. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis fermentum facilisis ex, ac porta massa.
@@ -2523,7 +2523,7 @@ exports[`OE - Contact-form contact-form page renders correctly 1`] = ` > Contact form - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis fermentum facilisis ex, ac porta massa. Lorem ipsum dolor sit amet, consectetur adipiscing elit. + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis fermentum facilisis ex, ac porta massa. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Duis fermentum facilisis ex, ac porta massa. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis fermentum facilisis ex, ac porta massa.
@@ -4110,7 +4110,7 @@ exports[`OE - Contact-form contact-form success page renders correctly 1`] = ` > Contact form - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis fermentum facilisis ex, ac porta massa. Lorem ipsum dolor sit amet, consectetur adipiscing elit. + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis fermentum facilisis ex, ac porta massa. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Duis fermentum facilisis ex, ac porta massa. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis fermentum facilisis ex, ac porta massa.
diff --git a/src/compositions/bcl-content-banner/content-banner.html.twig b/src/compositions/bcl-content-banner/content-banner.html.twig index 25c968e94..d3d51134a 100644 --- a/src/compositions/bcl-content-banner/content-banner.html.twig +++ b/src/compositions/bcl-content-banner/content-banner.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - title: (string) (default: '') @@ -136,4 +134,3 @@ -{% endapply %} diff --git a/src/compositions/bcl-date-block/date-block.html.twig b/src/compositions/bcl-date-block/date-block.html.twig index adc467fb6..3a108823e 100644 --- a/src/compositions/bcl-date-block/date-block.html.twig +++ b/src/compositions/bcl-date-block/date-block.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - day (integer) (default: '') @@ -77,4 +75,3 @@ -{% endapply %} diff --git a/src/compositions/bcl-description-list/description-list-details.html.twig b/src/compositions/bcl-description-list/description-list-details.html.twig index 05fb37120..98ca6a505 100644 --- a/src/compositions/bcl-description-list/description-list-details.html.twig +++ b/src/compositions/bcl-description-list/description-list-details.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - button: (button object) (default: {}) @@ -41,4 +39,3 @@ {% endblock %} -{% endapply %} diff --git a/src/compositions/bcl-description-list/description-list-title.html.twig b/src/compositions/bcl-description-list/description-list-title.html.twig index 1a8c3a7ba..01a4a4300 100644 --- a/src/compositions/bcl-description-list/description-list-title.html.twig +++ b/src/compositions/bcl-description-list/description-list-title.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - icon: (icon object) (default: {}) @@ -30,4 +28,3 @@ -{% endapply %} diff --git a/src/compositions/bcl-description-list/description-list.html.twig b/src/compositions/bcl-description-list/description-list.html.twig index 09a83159a..36d13206c 100644 --- a/src/compositions/bcl-description-list/description-list.html.twig +++ b/src/compositions/bcl-description-list/description-list.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - title: (string) (default: '') @@ -118,4 +116,3 @@ {% endif %} -{% endapply %} diff --git a/src/compositions/bcl-fact-figures/fact-figures.html.twig b/src/compositions/bcl-fact-figures/fact-figures.html.twig index eed41cef9..7ba78e89f 100644 --- a/src/compositions/bcl-fact-figures/fact-figures.html.twig +++ b/src/compositions/bcl-fact-figures/fact-figures.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - title (string) (default: '') @@ -125,4 +123,3 @@ -{% endapply %} diff --git a/src/compositions/bcl-featured-media/featured-media.html.twig b/src/compositions/bcl-featured-media/featured-media.html.twig index 6ec3205cd..39024dcaa 100644 --- a/src/compositions/bcl-featured-media/featured-media.html.twig +++ b/src/compositions/bcl-featured-media/featured-media.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - title (string) (default: '') - title_tag (string) (default: 'h2') @@ -169,4 +167,3 @@ {% endif %} -{% endapply %} diff --git a/src/compositions/bcl-file/file-translations.html.twig b/src/compositions/bcl-file/file-translations.html.twig index af1d29bf3..32c0d3c0a 100644 --- a/src/compositions/bcl-file/file-translations.html.twig +++ b/src/compositions/bcl-file/file-translations.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - id (string) (default: language-dropdown-random(10000)) - label (string) (default: '') @@ -93,4 +91,3 @@ {% endif %} -{% endapply %} diff --git a/src/compositions/bcl-file/file.html.twig b/src/compositions/bcl-file/file.html.twig index bb18963b1..7400a98ba 100644 --- a/src/compositions/bcl-file/file.html.twig +++ b/src/compositions/bcl-file/file.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - title (string) (default: '') @@ -162,4 +160,3 @@ {% endif %} -{% endapply %} diff --git a/src/compositions/bcl-footer/footer.html.twig b/src/compositions/bcl-footer/footer.html.twig index 57f0d8961..2c8647a80 100644 --- a/src/compositions/bcl-footer/footer.html.twig +++ b/src/compositions/bcl-footer/footer.html.twig @@ -1,5 +1,3 @@ -{% apply spaceless %} - {# Parameters: - variant (string) (default: 'neutral') - options: ['eu', 'ec', 'neutral'] @@ -87,4 +85,3 @@ -{% endapply %} diff --git a/src/compositions/bcl-gallery/__snapshots__/gallery.test.js.snap b/src/compositions/bcl-gallery/__snapshots__/gallery.test.js.snap index 204848c92..a42b18407 100644 --- a/src/compositions/bcl-gallery/__snapshots__/gallery.test.js.snap +++ b/src/compositions/bcl-gallery/__snapshots__/gallery.test.js.snap @@ -682,7 +682,7 @@ exports[`OE - Gallery default renders correctly 1`] = ` class="carousel-item" >