Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabowskiM committed Sep 2, 2024
1 parent e5390c3 commit b93dad9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
{%- block branch -%}
{%- if groups is defined and groups is not null -%}
{%- include '@ibexadesign/ui/component/multilevel_popup_menu/multilevel_popup_menu_branch.html.twig' with {
header: header|default(),
groups,
} -%}
{%- endif -%}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
{% trans_default_domain 'ibexa_multilevel_popup_menu' %}

<div {{ html.attributes(branch_attr, is_template) }}>
<div class="ibexa-multilevel-popup-menu__header {{ header is not defined ? 'ibexa-multilevel-popup-menu__header--hidden' }}">
{{ header|default() }}
</div>
<div class="ibexa-multilevel-popup-menu__search {{ not hasSearch|default(false) ? 'ibexa-multilevel-popup-menu__search--hidden' }}">
<input
type="text"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
{% set attr = attr|default({})|merge({
class: ('ibexa-split-btn '
~ ('ibexa-split-btn--' ~ type ~ ' ')
~ (disabled|default(false) ? 'ibexa-split-btn--disabled ')
~ attr.class|default(''))|trim,
}) %}

Expand Down Expand Up @@ -32,7 +31,6 @@
items: subitems,
},
],
header: header|default(),
}) %}

{% set main_btn_element = main_btn_element|default('button') %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
</div>
</div>
<div class="ibexa-field-edit-preview__image-alt">
{% set alternative_text_label_class = form.vars.is_alternative_text_required ? 'required' : 'dupa' %}
{% set alternative_text_label_class = form.vars.is_alternative_text_required ? 'required' : '' %}
{{ form_row(form.alternativeText, {
attr: { 'data-is-required': form.vars.is_alternative_text_required, readonly: readonly },
label_attr: { 'class': alternative_text_label_class }
Expand Down

0 comments on commit b93dad9

Please sign in to comment.