Pathologic was missing because of a .git folder inside.
[yaffs-website] / web / modules / contrib / pathologic / config / schema / pathologic.schema.yml
1 pathologic.settings:
2   type: config_object
3   mapping:
4     scheme_whitelist:
5       type: sequence
6       label: 'Scheme whitelist'
7       sequence:
8         - type: string
9           label: 'Scheme'
10     protocol_style:
11       type: string
12       label: 'Protocol style'
13     local_paths:
14       type: string
15       label: 'Also considered local'
16
17 filter_settings.filter_pathologic:
18   type: filter
19   label: 'Pathologic'
20   mapping:
21     settings_source:
22       type: string
23       label: 'Settings source'
24     local_settings:
25       type: mapping
26       label: 'Local settings'
27       mapping:
28         protocol_style:
29           type: string
30           label: 'Protocol style'
31         local_paths:
32           type: string
33           label: 'Also considered local'