mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 08:14:24 +00:00
class cf-fields for form construction ref #363
This commit is contained in:
parent
0372ed4959
commit
a1fc3a164c
@ -58,7 +58,7 @@ class PersonType extends AbstractType
|
|||||||
if($options['cFGroup']) {
|
if($options['cFGroup']) {
|
||||||
$builder
|
$builder
|
||||||
->add('cFData', 'custom_field',
|
->add('cFData', 'custom_field',
|
||||||
array('attr' => array('class' => 'only-label'), 'group' => $options['cFGroup']))
|
array('attr' => array('class' => 'cf-fields'), 'group' => $options['cFGroup']))
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user