You are here

cmis_connection_entity.schema.yml in CMIS API 8.2

config/schema/cmis_connection_entity.schema.yml

File

config/schema/cmis_connection_entity.schema.yml
View source
  1. cmis.cmis_connection_entity.*:
  2. type: config_entity
  3. label: 'CMIS connection config'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. cmis_url:
  12. type: string
  13. label: 'CMIS url'
  14. cmis_user:
  15. type: string
  16. label: 'CMIS user name'
  17. cmis_password:
  18. type: string
  19. label: 'CMIS password'
  20. cmis_repository:
  21. type: string
  22. label: 'CMIS repository'
  23. cmis_root_folder:
  24. type: string
  25. label: 'CMIS root folder'
  26. cmis_cacheable:
  27. type: boolean
  28. label: 'CMIS cacheable'