You are here

groupmedia.schema.yml in Group Media 8.2

config/schema/groupmedia.schema.yml

File

config/schema/groupmedia.schema.yml
View source
  1. groupmedia.settings:
  2. type: config_object
  3. label: 'GroupMedia settings'
  4. mapping:
  5. tracking_enabled:
  6. type: boolean
  7. label: 'Enable tracking'
  8. bundles:
  9. type: sequence
  10. label: 'Media bundles to exclude'
  11. sequence:
  12. type: string
  13. label: 'Media bundle name'
  14. action.configuration.assign_media_to_group:
  15. type: mapping
  16. label: 'Assign media to Group'
  17. mapping:
  18. group_id:
  19. type: integer
  20. label: 'The ID of the group to add media to'
  21. action.configuration.remove_media_from_group:
  22. type: mapping
  23. label: 'Remove media from Group'
  24. mapping:
  25. group_id:
  26. type: integer
  27. label: 'The ID of the group to remove media from'