domain_access.schema.yml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. node_advanced_tab_open:
  9. type: boolean
  10. label: 'Open the Domain Access details by default.'
  11. action.configuration.domain_access_all_action:
  12. type: action_configuration_default
  13. label: 'Assign content to all affiliates'
  14. action.configuration.domain_access_edit_all_action:
  15. type: action_configuration_default
  16. label: 'Assign editors to all affiliates'
  17. action.configuration.domain_access_edit_none_action:
  18. type: action_configuration_default
  19. label: 'Remove editors from all affiliates'
  20. action.configuration.domain_access_none_action:
  21. type: action_configuration_default
  22. label: 'Remove content from all affiliates'
  23. action.configuration.domain_access_add_action:
  24. type: mapping
  25. label: 'Configuration for the add domain(s) to content action'
  26. mapping:
  27. domain_id:
  28. type: string
  29. label: 'The ID(s) of the domain(s) to add'
  30. action.configuration.domain_access_remove_action:
  31. type: mapping
  32. label: 'Configuration for the remove domain(s) from content action'
  33. mapping:
  34. domain_id:
  35. type: string
  36. label: 'The ID(s) of the domain(s) to remove'
  37. action.configuration.domain_access_add_editor_action:
  38. type: mapping
  39. label: 'Configuration for the add domain(s) to users action'
  40. mapping:
  41. domain_id:
  42. type: string
  43. label: 'The ID(s) of the domain(s) to add'
  44. action.configuration.domain_access_remove_editor_action:
  45. type: mapping
  46. label: 'Configuration for the remove domain(s) from users action'
  47. mapping:
  48. domain_id:
  49. type: string
  50. label: 'The ID(s) of the domain(s) to remove'