mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-19 00:34:24 +00:00
16 lines
422 B
YAML
16 lines
422 B
YAML
Chill\CustomFieldsBundle\Entity\BlopEntity2:
|
|
type: entity
|
|
table: null
|
|
id:
|
|
id:
|
|
type: integer
|
|
id: true
|
|
generator:
|
|
strategy: AUTO
|
|
fields:
|
|
customFieldData:
|
|
type: json_array
|
|
lifecycleCallbacks:
|
|
postLoad: [ loadCustomFieldConfig, unfoldCustomFieldData ]
|
|
preFlush: [ preFlush ]
|
|
prePersist: [ prePersist ] |