You are here

cms_content_sync.schema.yml in CMS Content Sync 2.0.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. sync_entities:
  12. type: map
  13. label: 'Sync entities'
  14. cms_content_sync.pool.*:
  15. type: config_entity
  16. label: 'Content Sync Pool'
  17. mapping:
  18. id:
  19. type: string
  20. label: 'ID'
  21. label:
  22. type: label
  23. label: 'Label'
  24. backend_url:
  25. type: uri
  26. label: 'Sync Core URL'
  27. authentication_type:
  28. type: string
  29. label: 'Authentication Type'
  30. site_id:
  31. type: string
  32. label: 'Site Identifier'
  33. action.configuration.node_cms_content_sync_export_action:
  34. type: action_configuration_default
  35. label: 'Push changes'