You are here

cms_content_sync.schema.yml in CMS Content Sync 2.1.x

config/schema/cms_content_sync.schema.yml

File

config/schema/cms_content_sync.schema.yml
View source
  1. cms_content_sync.flow.*:
  2. type: config_entity
  3. label: 'Flow config'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. name:
  9. type: label
  10. label: 'Name'
  11. type:
  12. type: string
  13. label: 'Type'
  14. variant:
  15. type: string
  16. label: 'Variant'
  17. simple_settings:
  18. type: map
  19. label: 'Settings (simple)'
  20. per_bundle_settings:
  21. type: map
  22. label: 'Settings (advanced)'
  23. sync_entities:
  24. type: map
  25. label: 'Sync entities'
  26. cms_content_sync.pool.*:
  27. type: config_entity
  28. label: 'Content Sync Pool'
  29. mapping:
  30. id:
  31. type: string
  32. label: 'ID'
  33. label:
  34. type: label
  35. label: 'Label'
  36. backend_url:
  37. type: uri
  38. label: 'Sync Core URL'
  39. authentication_type:
  40. type: string
  41. label: 'Authentication Type'
  42. site_id:
  43. type: string
  44. label: 'Site Identifier'
  45. action.configuration.node_cms_content_sync_export_action:
  46. type: action_configuration_default
  47. label: 'Push changes'