You are here

gathercontent_mapping.schema.yml in GatherContent 8.3

config/schema/gathercontent_mapping.schema.yml

File

config/schema/gathercontent_mapping.schema.yml
View source
  1. gathercontent.gathercontent_mapping.*:
  2. type: config_entity
  3. label: 'GatherContent Mapping config'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. gathercontent_project_id:
  9. type: integer
  10. label: 'GC Project ID'
  11. gathercontent_project:
  12. type: string
  13. label: 'GC Project'
  14. gathercontent_template_id:
  15. type: integer
  16. label: 'GC Template ID'
  17. gathercontent_template:
  18. type: string
  19. label: 'GC Template'
  20. content_type:
  21. type: string
  22. label: 'Content type machine name'
  23. content_type_name:
  24. type: string
  25. label: 'Content type name'
  26. updated_drupal:
  27. type: string
  28. label: 'Updated (Drupal)'
  29. data:
  30. type: string
  31. label: 'Data'
  32. template:
  33. type: string
  34. label: 'Template'