mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 10:03:49 +00:00
cs: Second part - ignore test/app
subdirectory.
This commit is contained in:
@@ -38,19 +38,19 @@ class ChillReportExtension extends Extension implements PrependExtensionInterfac
|
||||
$container->prependExtensionConfig(
|
||||
'chill_custom_fields',
|
||||
['customizables_entities' => [
|
||||
[
|
||||
'class' => 'Chill\ReportBundle\Entity\Report',
|
||||
'name' => 'ReportEntity',
|
||||
'options' => [
|
||||
'summary_fields' => [
|
||||
'form_type' => LinkedCustomFieldsType::class,
|
||||
'form_options' => [
|
||||
'multiple' => true,
|
||||
'expanded' => false,
|
||||
],
|
||||
[
|
||||
'class' => 'Chill\ReportBundle\Entity\Report',
|
||||
'name' => 'ReportEntity',
|
||||
'options' => [
|
||||
'summary_fields' => [
|
||||
'form_type' => LinkedCustomFieldsType::class,
|
||||
'form_options' => [
|
||||
'multiple' => true,
|
||||
'expanded' => false,
|
||||
],
|
||||
], ],
|
||||
],
|
||||
],
|
||||
], ],
|
||||
],
|
||||
]
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user