You are here

gathercontent_mapping.schema.yml in GatherContent 8

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. uuid:
  9. type: string
  10. label: 'UUID'
  11. gathercontent_project_id:
  12. type: integer
  13. label: 'GC Project ID'
  14. gathercontent_project:
  15. type: string
  16. label: 'GC Project'
  17. gathercontent_template_id:
  18. type: integer
  19. label: 'GC Template ID'
  20. gathercontent_template:
  21. type: string
  22. label: 'GC Template'
  23. content_type:
  24. type: string
  25. label: 'Content type machine name'
  26. content_type_name:
  27. type: string
  28. label: 'Content type name'
  29. updated_drupal:
  30. type: string
  31. label: 'Updated (Drupal)'
  32. data:
  33. type: string
  34. label: 'Data'
  35. template:
  36. type: string
  37. label: 'Template'