You are here

entity_share_cron.schema.yml in Entity Share Cron 3.0.x

config/schema/entity_share_cron.schema.yml

File

config/schema/entity_share_cron.schema.yml
View source
  1. entity_share_cron.settings:
  2. type: config_object
  3. mapping:
  4. cron_interval:
  5. type: integer
  6. label: 'Interval between executions'
  7. page_limit:
  8. type: integer
  9. label: 'Maximum number of pages imported'
  10. remotes:
  11. type: sequence
  12. label: 'Remotes'
  13. nullable: true
  14. sequence:
  15. type: entity_share_cron.remote
  16. label: 'Remote'
  17. entity_share_cron.remote:
  18. type: mapping
  19. label: 'Remote'
  20. mapping:
  21. enabled:
  22. type: boolean
  23. label: 'Enabled'
  24. channels:
  25. type: sequence
  26. label: 'Channels'
  27. sequence:
  28. type: entity_share_cron.channel
  29. label: 'Channel'
  30. entity_share_cron.channel:
  31. type: mapping
  32. label: 'Channel'
  33. mapping:
  34. enabled:
  35. type: boolean
  36. label: 'Enabled'
  37. import_config:
  38. type: string
  39. label: 'Import config ID'
  40. operations:
  41. type: mapping
  42. label: 'Operations'
  43. mapping:
  44. create:
  45. type: boolean
  46. label: 'Create'
  47. update:
  48. type: boolean
  49. label: 'Update'