You are here

br_group_condition.schema.yml in Business Rules 2.x

Same filename and directory in other branches
  1. 8 modules/br_group/config/schema/br_group_condition.schema.yml
modules/br_group/config/schema/br_group_condition.schema.yml

File

modules/br_group/config/schema/br_group_condition.schema.yml
View source
  1. business_rules.condition.type.user_has_role_group:
  2. type: mapping
  3. label: 'Condition: User has role in a group'
  4. mapping:
  5. group_id:
  6. type: text
  7. label: 'Group Id'
  8. role_id:
  9. type: text
  10. label: 'Role Id'
  11. user_key:
  12. type: text
  13. label: 'User Key'
  14. user_name:
  15. type: text
  16. label: 'User Name'
  17. user_id:
  18. type: text
  19. label: 'User Id'
  20. business_rules.condition.type.group_has_user:
  21. type: mapping
  22. label: 'Condition: Group has user'
  23. mapping:
  24. group_id:
  25. type: text
  26. label: 'Group Id'
  27. user_key:
  28. type: text
  29. label: 'User Key'
  30. user_name:
  31. type: text
  32. label: 'User Name'
  33. user_id:
  34. type: text
  35. label: 'User Id'
  36. business_rules.condition.type.group_has_node:
  37. type: mapping
  38. label: 'Condition: Group has node'
  39. mapping:
  40. node_id:
  41. type: text
  42. label: 'Node id'
  43. group_id:
  44. type: text
  45. label: 'Group Id'