mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-17 15:54:23 +00:00
Exemple for configuration : ``` chill_custom_fields: customizables_entities: - class: Chill\ReportBundle\Entity\Report name: ReportEntity options: summary_fields: {key: abc, form_type: text, form_options: { required: false }} ```
22 lines
559 B
YAML
22 lines
559 B
YAML
Chill\CustomFieldsBundle\Entity\CustomFieldsGroup:
|
|
type: entity
|
|
table: null
|
|
id:
|
|
id:
|
|
type: integer
|
|
id: true
|
|
generator:
|
|
strategy: AUTO
|
|
fields:
|
|
name:
|
|
type: json_array
|
|
entity:
|
|
type: string
|
|
length: 255
|
|
options:
|
|
type: json_array
|
|
oneToMany:
|
|
customFields:
|
|
orderBy: { 'ordering': 'ASC' }
|
|
targetEntity: Chill\CustomFieldsBundle\Entity\CustomField
|
|
mappedBy: customFieldGroup |