You are here

remote.schema.yml in Entity Share 8.2

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. url:
  12. type: string
  13. label: 'URL'
  14. basic_auth_username:
  15. type: string
  16. label: 'Basic auth username'
  17. basic_auth_password:
  18. type: string
  19. label: 'Basic auth password'