Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / modules / system / tests / modules / module_installer_config_test / config / schema / module_installer_config_test.schema.yml
1 module_installer_config_test.type.*:
2   type: config_entity
3   label: 'Test entity type'
4   mapping:
5     id:
6       type: string
7     name:
8       type: label
9       label: 'Name'