6b60a8c84583c612c31512ac6f9d9edbdddd239b
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / module / configuration-entity / config / schema / model.schema.yml.twig
1 {{ machine_name }}.{{ entity_type_id }}.*:
2   type: config_entity
3   label: {{ entity_type_label }}
4   mapping:
5     id:
6       type: string
7       label: ID
8     label:
9       type: label
10       label: Label
11     uuid:
12       type: string
13     description:
14       type: string