Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / modules / contrib / fontyourface / config / schema / font_display.schema.yml
1 fontyourface.font_display.*:
2   type: config_entity
3   label: 'Font display config'
4   mapping:
5     id:
6       type: string
7       label: 'ID'
8     label:
9       type: label
10       label: 'Label'
11     uuid:
12       type: string
13     font_url:
14       type: string
15       label: 'Font'
16     fallback:
17       type: string
18       label: 'Fallback'
19     selectors:
20       type: string
21       label: 'Selectors'
22     theme:
23       type: string
24       label: 'Theme'