Replace all magic calls to special tags

This commit is contained in:
Tim
2025-05-11 00:05:14 +02:00
parent 42bcd39453
commit 951b227efc
4 changed files with 22 additions and 9 deletions

View File

@ -82,7 +82,7 @@ class TagsType extends AbstractType implements DataTransformerInterface
$resolver->setDefaults([
'data_class' => null, // No specific entity class
'label' => 'Tags (comma-separated)',
'attr' => ['class' => 'tags-input'], // Optional: Add custom attributes
'required' => false,
]);
}