You are here

gathercontent.schema.yml in GatherContent 8.5

config/schema/gathercontent.schema.yml

File

config/schema/gathercontent.schema.yml
View source
  1. gathercontent.settings:
  2. type: mapping
  3. label: Settings
  4. mapping:
  5. gathercontent_username:
  6. type: string
  7. label: 'GatherContent username'
  8. gathercontent_api_key:
  9. type: string
  10. label: 'GatherContent API key'
  11. gathercontent_account:
  12. type: string
  13. label: 'GatherContent Account'
  14. gathercontent_urlkey:
  15. type: string
  16. label: 'GatherContent URL key'
  17. gathercontent.import:
  18. type: mapping
  19. label: 'Import configuration'
  20. mapping:
  21. node_default_status:
  22. type: integer
  23. label: 'Default node status'
  24. node_update_method:
  25. type: string
  26. label: 'Content update method'
  27. node_create_new_revision:
  28. type: boolean
  29. label: 'Create new revision'
  30. migrate_plus.source.gathercontent_migration:
  31. type: migrate_source
  32. label: 'gathercontent_migration source'
  33. mapping:
  34. projectId:
  35. type: string
  36. templateId:
  37. type: string
  38. tabId:
  39. type: string
  40. migrate_plus.destination.gc_entity:
  41. type: migrate_destination
  42. label: 'gc_entity'
  43. mapping:
  44. translations:
  45. type: boolean