Improved StructuralEntityType rendering on frontend.

This commit is contained in:
Jan Böhmer 2022-07-26 23:07:04 +02:00
parent 41b1d8b59e
commit 8c450599cb
5 changed files with 74 additions and 35 deletions

View file

@ -82,6 +82,7 @@ class PricedetailType extends AbstractType
$builder->add('currency', CurrencyEntityType::class, [
'required' => false,
'label' => false,
'short' => true,
]);
}