This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/modules/contrib/pathauto/config/schema/pathauto_pattern.schema.yml
2017-05-22 15:12:47 +01:00

41 lines
857 B
YAML

pathauto.pattern.*:
type: config_entity
label: 'Pathauto pattern config'
mapping:
id:
type: string
label: 'ID'
label:
type: label
label: 'Label'
uuid:
type: string
type:
type: string
label: 'Pattern type'
pattern:
type: string
label: 'Pattern'
selection_criteria:
type: sequence
label: 'Selection criteria'
sequence:
type: condition.plugin.[id]
label: 'Selection condition'
selection_logic:
type: string
label: 'Selection logic'
weight:
type: integer
label: 'Weight'
relationships:
type: sequence
label: 'Context definitions'
sequence:
- type: mapping
label: 'Relationship'
mapping:
label:
type: label
label: 'Label'