Updated to Drupal 8.6.4, which is PHP 7.3 friendly. Also updated HTMLaw library....
[yaffs-website] / web / core / modules / filter / tests / filter_test / config / schema / filter_test.schema.yml
1 # Schema for the configuration files of the Filter test module.
2
3 filter_settings.filter_test_restrict_tags_and_attributes:
4   type: filter
5   label: 'Filter to restirct HTML tags and attributes'
6   mapping:
7     restrictions:
8       type: mapping
9       label: 'Restrictions'
10       mapping:
11         allowed:
12           type: sequence
13           label: 'Allowed tags and attributes'
14           sequence:
15             type: ignore
16             label: 'Tag and optionally list of attributes'
17         forbidden_tags:
18           type: sequence
19           label: 'Forbidden tags'
20           sequence:
21             type: boolean
22             label: 'Tag'