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 105d165 commit 6a997d8Copy full SHA for 6a997d8
bundle/Resources/views/themes/ngadmin/content/tab/locations/tab.html.twig
@@ -68,6 +68,9 @@
68
</span>
69
</div>
70
71
+ {# This label is necessary because the Ibexa's JS script modifies it #}
72
+ {# That's why this label is hidden and never shown #}
73
+ {# vendor/ibexa/admin-ui/src/bundle/Resources/public/js/scripts/admin.location.visibility.js #}
74
<label class="ibexa-content-locations__visibility-toggler-label" style="display: none"></label>
75
76
{% if location.parentLocation is defined and location.parentLocation.invisible %}
0 commit comments