You are here

tca_settings.schema.yml in Token Content Access 2.0.x

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

File

config/schema/tca_settings.schema.yml
View source
  1. tca.tca_settings.*:
  2. type: config_entity
  3. label: 'Token Content Access settings'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. uuid:
  9. type: string
  10. active:
  11. type: integer
  12. label: 'Active'
  13. token:
  14. type: string
  15. label: 'Access Token'
  16. public:
  17. type: integer
  18. label: 'Public'
  19. force:
  20. type: boolean
  21. label: 'Force Bundle'