cmis_connection_entity.schema.yml in CMIS API 8
Same filename and directory in other branches
config/schema/cmis_connection_entity.schema.yml
File
config/schema/cmis_connection_entity.schema.ymlView source
- cmis.cmis_connection_entity.*:
- type: config_entity
- label: 'CMIS connection config'
- mapping:
- id:
- type: string
- label: 'ID'
- label:
- type: label
- label: 'Label'
- uuid:
- type: string
- cmis_url:
- type: string
- label: 'CMIS url'
- cmis_user:
- type: string
- label: 'CMIS user name'
- cmis_password:
- type: password
- label: 'CMIS password'
- cmis_repository:
- type: int
- label: 'CMIS repository'
- cmis_cacheable:
- type: boolean
- label: 'CMIS cacheable'