Field type and overrides
Configuration of data types
Inheritance of types
tellaw_sunshine_admin:
entities:
partner :
configuration:
id: id
class: AppBundle\Entity\Partner
attributes:
id:
label: Id
type : integer
name:
label: Nom
type : string
sortable : true
form:
fields:
name: ~
list:
fields:
id :
label: Identifiant
name :
label: Nom de société
filters:
name :
label: filter-label
search:
name :
label: search-labelDoctrine Annotation
Assert Annotation
Last updated