You are here

remote.schema.yml in Entity Share 8

modules/entity_share_client/config/schema/remote.schema.yml

File

modules/entity_share_client/config/schema/remote.schema.yml
View source
  1. entity_share_client.remote.*:
  2. type: config_entity
  3. label: 'Remote config'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. uuid:
  12. type: string
  13. url:
  14. type: string
  15. label: 'URL'
  16. basic_auth_username:
  17. type: string
  18. label: 'Basic auth username'
  19. basic_auth_password:
  20. type: string
  21. label: 'Basic auth password'