-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
3 changes: 2 additions & 1 deletion
3
src/bundle/Resources/views/themes/admin/ui/field_type/edit/ezselection.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{% use '@ibexadesign/ui/form_fields/dropdown_widget.html.twig' %} | ||
|
||
{%- block ezplatform_fieldtype_ezselection_widget -%} | ||
{% set attr = attr|merge({'class': 'ibexa-data-source__input ibexa-data-source__input--selection', disabled: attr.readonly|default(false) }) %} | ||
{% set attr = attr|merge({'class': 'ibexa-data-source__input ibexa-data-source__input--selection' }) %} | ||
{% set dropdown_disabled = attr.readonly|default(false) %} | ||
{{ block('choice_widget') }} | ||
{%- endblock -%} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters