You are here

token_custom.schema.yml in Custom Tokens 8

config/schema/token_custom.schema.yml

File

config/schema/token_custom.schema.yml
View source
  1. token_custom.type.*:
  2. type: config_object
  3. label: 'Custom Token Type'
  4. mapping:
  5. uuid:
  6. type: string
  7. label: UUID
  8. status:
  9. type: boolean
  10. label: Status
  11. dependencies:
  12. type: sequence
  13. label: Dependencies
  14. machineName:
  15. type: string
  16. label: 'Machine Name'
  17. name:
  18. type: string
  19. label: 'Name'
  20. description:
  21. type: string
  22. label: 'Description'