You are here

acquia_contenthub.schema.yml in Acquia Content Hub 8.2

config/schema/acquia_contenthub.schema.yml

File

config/schema/acquia_contenthub.schema.yml
View source
  1. acquia_contenthub.admin_settings:
  2. type: config_object
  3. label: 'Acquia ContentHub Administrative Settings'
  4. mapping:
  5. hostname:
  6. type: string
  7. label: 'ContentHub hostname'
  8. api_key:
  9. type: string
  10. label: 'ContentHub API Key'
  11. secret_key:
  12. type: string
  13. label: 'ContentHub Secret Key'
  14. origin:
  15. type: string
  16. label: 'ContentHub Origin UUID'
  17. client_name:
  18. type: string
  19. label: 'ContentHub client name'
  20. shared_secret:
  21. type: string
  22. label: 'ContentHub Secret Key'
  23. event_service_url:
  24. type: string
  25. label: 'ContentHub Event Logging Url'
  26. webhook:
  27. type: mapping
  28. label: 'ContentHub Webhook details'
  29. uuid:
  30. type: string
  31. label: 'Webhook uuid'
  32. url:
  33. type: string
  34. label: 'Webhook url'
  35. settings_url:
  36. type: string
  37. label: 'Webhook settings url'
  38. is_suppressed:
  39. type: boolean
  40. label: 'Webhook supression status'
  41. send_contenthub_updates:
  42. type: boolean
  43. label: 'Send Updates to Content Hub Service'