domain_access.schema.yml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. domain_access.settings:
  2. type: config_object
  3. label: 'Domain Access settings'
  4. mapping:
  5. node_advanced_tab:
  6. type: boolean
  7. label: 'Move domain access field to a tab in the advanced settings on nodes.'
  8. action.configuration.domain_access_all_action:
  9. type: action_configuration_default
  10. label: 'Assign content to all affiliates'
  11. action.configuration.domain_access_edit_all_action:
  12. type: action_configuration_default
  13. label: 'Assign editors to all affiliates'
  14. action.configuration.domain_access_edit_none_action:
  15. type: action_configuration_default
  16. label: 'Remove editors from all affiliates'
  17. action.configuration.domain_access_none_action:
  18. type: action_configuration_default
  19. label: 'Remove content from all affiliates'
  20. action.configuration.domain_access_add_action:
  21. type: mapping
  22. label: 'Configuration for the add domain(s) to content action'
  23. mapping:
  24. domain_id:
  25. type: string
  26. label: 'The ID(s) of the domain(s) to add'
  27. action.configuration.domain_access_remove_action:
  28. type: mapping
  29. label: 'Configuration for the remove domain(s) from content action'
  30. mapping:
  31. domain_id:
  32. type: string
  33. label: 'The ID(s) of the domain(s) to remove'
  34. action.configuration.domain_access_add_editor_action:
  35. type: mapping
  36. label: 'Configuration for the add domain(s) to users action'
  37. mapping:
  38. domain_id:
  39. type: string
  40. label: 'The ID(s) of the domain(s) to add'
  41. action.configuration.domain_access_remove_editor_action:
  42. type: mapping
  43. label: 'Configuration for the remove domain(s) from users action'
  44. mapping:
  45. domain_id:
  46. type: string
  47. label: 'The ID(s) of the domain(s) to remove'