Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / pathauto / config / schema / pathauto_pattern.schema.yml
1 pathauto.pattern.*:
2   type: config_entity
3   label: 'Pathauto pattern 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     type:
14       type: string
15       label: 'Pattern type'
16     pattern:
17       type: string
18       label: 'Pattern'
19     selection_criteria:
20       type: sequence
21       label: 'Selection criteria'
22       sequence:
23         type: condition.plugin.[id]
24         label: 'Selection condition'
25     selection_logic:
26       type: string
27       label: 'Selection logic'
28     weight:
29       type: integer
30       label: 'Weight'
31     relationships:
32       type: sequence
33       label: 'Context definitions'
34       sequence:
35         - type: mapping
36           label: 'Relationship'
37           mapping:
38             label:
39               type: label
40               label: 'Label'