File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
src/bundle/Resources/views/themes/admin/ui Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 280
280
{% endblock %}
281
281
282
282
{% block actions %}
283
- {{ extra_actions_after | default (null )}}
283
+ {{ extra_actions_after | default (null ) }}
284
284
{% endblock %}
285
285
{%- endembed -%}
286
286
{%- endblock textarea_widget %}
403
403
{%- set type = type | default (' text' ) -%}
404
404
{%- set is_text_input = type == ' text' or type == ' number' or force_text | default (false ) -%}
405
405
{%- if is_text_input -%}
406
- {# @deprecated extra_actions_after in attr will be removed in 5.0, used for BC in 4.6 #}
407
- {%- set extra_actions_after_from_attr = attr .extra_actions_after | default (null ) -%}
408
- {%- set attr = attr | filter((value , key ) => key != ' extra_actions_after' ) -%}
409
406
{%- set attr = attr | merge ({class : (attr .class |default (' ' ) ~ ' ibexa-input ibexa-input--text' )|trim }) -%}
410
407
{%- set empty_placeholder_for_hiding_clear_btn_with_css = ' ' -%}
411
408
{%- set attr = attr | merge ({placeholder : (attr .placeholder is defined and attr .placeholder is not null ) ? attr .placeholder : empty_placeholder_for_hiding_clear_btn_with_css }) -%}
419
416
420
417
{% block actions %}
421
418
{{ parent () }}
422
- {{ extra_actions_after | default (extra_actions_after_from_attr ) }}
419
+ {{ extra_actions_after | default (null ) }}
423
420
{% endblock %}
424
421
{%- endembed -%}
425
422
{%- else -%}
You can’t perform that action at this time.
0 commit comments