Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / modules / system / tests / themes / test_basetheme / config / schema / test_basetheme.schema.yml
1 test_basetheme.settings:
2   type: theme_settings
3   label: 'Test base theme settings'
4   mapping:
5     base:
6       type: string
7       label: 'Base theme setting'
8     override:
9       type: string
10       label: 'Whether the setting has been overridden'