mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
class cf-title for form construction ref #363
This commit is contained in:
parent
c8cb5d3b10
commit
a8831056d2
@ -60,7 +60,7 @@ class CustomFieldTitle implements CustomFieldInterface
|
||||
$builder->add($customField->getSlug(), 'custom_field_title', array(
|
||||
'label' => false,
|
||||
'attr' => array(
|
||||
'class' => 'no-label',
|
||||
'class' => 'cf-title',
|
||||
'title' => $this->translatableStringHelper->localize($customField->getName()),
|
||||
self::TYPE => $customField->getOptions()[self::TYPE ]
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user