You are here

synonym.schema.yml in Synonyms 2.0.x

Same filename and directory in other branches
  1. 8 config/schema/synonym.schema.yml
config/schema/synonym.schema.yml

File

config/schema/synonym.schema.yml
View source
  1. synonyms.synonym.*:
  2. type: config_entity
  3. label: 'Synonym configuration'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. provider_plugin:
  9. type: string
  10. label: 'Controlled provider plugin'
  11. base_provider_plugin:
  12. type: string
  13. label: 'Base ID of the controlled provider plugin'
  14. provider_configuration:
  15. type: synonyms.provider.[%parent.base_provider_plugin]
  16. label: 'Configuration of provider plugin'