Skip to content

Commit

Permalink
Fix mobile product attributes form (#17451)
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee authored Nov 8, 2024
2 parents 0a33f38 + d1ff03e commit d2911d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="col-6">
<div class="col-12 col-md-6">
{{ form_row(hookable_metadata.context.form.code, sylius_test_form_attribute('code')) }}
</div>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% if hookable_metadata.context.form.position is defined %}
<div class="col-6">
<div class="col-12 col-md-6">
{{ form_row(hookable_metadata.context.form.position, sylius_test_form_attribute('position')) }}
</div>
{% endif %}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="col-6">
<div class="col-12 col-md-6">
{{ form_row(hookable_metadata.context.form.translatable, sylius_test_form_attribute('translatable')) }}
</div>
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="col-6">
<div class="col-12 col-md-6">
{{ form_row(hookable_metadata.context.form.type, sylius_test_form_attribute('type')) }}
</div>

0 comments on commit d2911d0

Please sign in to comment.