You are here

acquia_contenthub.schema.yml in Acquia Content Hub 8.2

tests/modules/acquia_contenthub_test/config/schema/acquia_contenthub.schema.yml

File

tests/modules/acquia_contenthub_test/config/schema/acquia_contenthub.schema.yml
View source
  1. acquia_contenthub.admin_settings:
  2. type: config_object
  3. label: 'Content hub settings'
  4. mapping:
  5. hostname:
  6. type: string
  7. api_key:
  8. type: string
  9. secret_key:
  10. type: string
  11. origin:
  12. type: string
  13. client_name:
  14. type: string
  15. shared_secret:
  16. type: string
  17. event_service_url:
  18. type: string
  19. webhook:
  20. type: mapping
  21. mapping:
  22. uuid:
  23. type: string
  24. url:
  25. type: string
  26. settings_url:
  27. type: string
  28. is_suppressed:
  29. type: boolean
  30. send_contenthub_updates:
  31. type: boolean