Skip to content

Commit

Permalink
IBX-6262: Added extension point to allow rendering additional fields …
Browse files Browse the repository at this point in the history
…in content translation form (#1086)

IBX-6262: Fixed misaligned "Use automatic translation" checkbox
  • Loading branch information
adamwojs authored Jan 8, 2024
1 parent da3422e commit bf0282d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/bundle/Resources/public/scss/_add-translation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

.modal-body {
display: flex;
flex-wrap: wrap;
padding-bottom: calculateRem(140px);

.ibexa-label {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
'class': 'ibexa-translation__language-wrapper ibexa-translation__language-wrapper--language'
},
}) }}

{{ ibexa_render_component_group('form-content-add-translation-body', { form }) }}
{% endblock %}
{% block footer_content %}
{{ form_widget(form.add, {'attr': {'class': 'btn ibexa-btn ibexa-btn--primary ibexa-btn--create-translation'}}) }}
Expand Down

0 comments on commit bf0282d

Please sign in to comment.