You are here

br_group_action.schema.yml in Business Rules 8

Same filename and directory in other branches
  1. 2.x modules/br_group/config/schema/br_group_action.schema.yml
modules/br_group/config/schema/br_group_action.schema.yml

File

modules/br_group/config/schema/br_group_action.schema.yml
View source
  1. business_rules.action.type.add_user_to_group:
  2. type: mapping
  3. label: 'Add user to Group'
  4. mapping:
  5. group_id:
  6. type: text
  7. label: 'Group Id'
  8. user_key:
  9. type: text
  10. label: 'User Key'
  11. user_name:
  12. type: text
  13. label: 'User Name'
  14. user_id:
  15. type: text
  16. label: 'User Id'
  17. business_rules.action.type.remove_user_from_group:
  18. type: mapping
  19. label: 'Remove user from Group'
  20. mapping:
  21. group_id:
  22. type: text
  23. label: 'Group Id'
  24. user_key:
  25. type: text
  26. label: 'User Key'
  27. user_name:
  28. type: text
  29. label: 'User Name'
  30. user_id:
  31. type: text
  32. label: 'User Id'
  33. business_rules.action.type.add_node_to_group:
  34. type: mapping
  35. label: 'Add entity to a group'
  36. mapping:
  37. node_id:
  38. type: text
  39. label: 'Node id'
  40. group_id:
  41. type: text
  42. label: 'Group Id'
  43. business_rules.action.type.remove_node_from_group:
  44. type: mapping
  45. label: 'Remove entity from a group'
  46. mapping:
  47. node_id:
  48. type: text
  49. label: 'Node id'
  50. group_id:
  51. type: text
  52. label: 'Group Id'
  53. business_rules.action.type.assign_role_to_user:
  54. type: mapping
  55. label: 'Assign role to user in a group'
  56. mapping:
  57. group_id:
  58. type: text
  59. label: 'Group Id'
  60. role_id:
  61. type: text
  62. label: 'Role Id'
  63. user_key:
  64. type: text
  65. label: 'User Key'
  66. user_name:
  67. type: text
  68. label: 'User Name'
  69. user_id:
  70. type: text
  71. label: 'User Id'
  72. business_rules.action.type.remove_role_from_user:
  73. type: mapping
  74. label: 'Remove role from user in a group'
  75. mapping:
  76. group_id:
  77. type: text
  78. label: 'Group Id'
  79. role_id:
  80. type: text
  81. label: 'Role Id'
  82. user_key:
  83. type: text
  84. label: 'User Key'
  85. user_name:
  86. type: text
  87. label: 'User Name'
  88. user_id:
  89. type: text
  90. label: 'User Id'