We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ae21d commit a0e85daCopy full SHA for a0e85da
1 file changed
src/bundle/Resources/views/themes/admin/ui/edit_base.html.twig
@@ -5,9 +5,7 @@
5
or (ignored_content_fields|default([]) is not empty) -%}
6
{%- set has_anchor_close_btn = anchor_params.close_href|default(null) is not empty -%}
7
8
- {%- set classes = [] -%}
9
-
10
- {%- set classes = classes|merge([ has_anchor_menu_items ? 'ibexa-main-container--with-anchor-menu-items' : 'ibexa-main-container--without-anchor-menu-items' ]) -%}
+ {%- set classes = [ has_anchor_menu_items ? 'ibexa-main-container--with-' : 'ibexa-main-container--without-anchor-menu-items' ] -%}
11
{%- set classes = classes|merge([ not has_anchor_close_btn ? 'ibexa-main-container--without-anchor-close-btn' : '' ]) -%}
12
13
{{- classes|join(' ') -}}
0 commit comments