synonym.schema.yml in Synonyms 2.0.x
Same filename and directory in other branches
config/schema/synonym.schema.yml
File
config/schema/synonym.schema.ymlView source
- synonyms.synonym.*:
- type: config_entity
- label: 'Synonym configuration'
- mapping:
- id:
- type: string
- label: 'ID'
- provider_plugin:
- type: string
- label: 'Controlled provider plugin'
- base_provider_plugin:
- type: string
- label: 'Base ID of the controlled provider plugin'
- provider_configuration:
- type: synonyms.provider.[%parent.base_provider_plugin]
- label: 'Configuration of provider plugin'