Skip to content

Commit

Permalink
after CR
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic committed Dec 8, 2021
1 parent 3e9b6c3 commit 82b7c2e
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
{% set form_has_autosave = form.autosave is defined %}
{% set default_form_templates = ibexa_admin_ui_config.contentEditFormTemplates %}
{% set form_templates = form_templates is defined ? default_form_templates|merge(form_templates) : default_form_templates %}
{% set extra_main_class = grouped_fields|length < 2
? 'ibexa-main-container--without-anchor-menu-items'
: 'ibexa-main-container--with-anchor-menu-items'
%}

{% form_theme form with form_templates %}

Expand All @@ -23,8 +19,6 @@
}) %}
{% endif %}

{% block main_container_class %}{{ parent() }} {{ extra_main_class }}{% endblock %}

{% block content%}
{% block form_before %}{% endblock %}

Expand Down

0 comments on commit 82b7c2e

Please sign in to comment.