You are here

synonym.schema.yml in Synonyms 8

Same filename and directory in other branches
  1. 2.0.x 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'
  17. behavior:
  18. type: string
  19. label: 'Controlled behavior service'
  20. behavior_configuration:
  21. type: synonyms.[%parent.behavior]
  22. label: 'Configuration of behavior service'