Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / editor / tests / modules / config / schema / editor_test.schema.yml
1 # Schema for the configuration files of the Editor test module.
2
3 editor.settings.unicorn:
4   type: mapping
5   label: 'Unicorn settings'
6   mapping:
7     ponies_too:
8       type: boolean
9       label: 'Ponies too'
10
11 editor.settings.trex:
12   type: mapping
13   label: 'T-Rex settings'
14   mapping:
15     stumpy_arms:
16       type: boolean
17       label: 'Stumpy arms'