91f111cd2314eb75e2fdb018103fafe7853ba0ed
[yaffs-website] / vendor / drupal / console / templates / module / config / schema / entity.schema.yml.twig
1 {{ module }}.{{ entity_name }}.*:
2   type: config_entity
3   label: '{{ label }} config'
4   mapping:
5     id:
6       type: string
7       label: 'ID'
8     label:
9       type: label
10       label: 'Label'
11     uuid:
12       type: string