Added config for relatin case types to actor types
This commit is contained in:
13
opencase.schema.yml
Normal file
13
opencase.schema.yml
Normal file
@ -0,0 +1,13 @@
|
||||
# Config for storing which types of actors can be
|
||||
# involved in which kinds of cases.
|
||||
# The * is a case_type
|
||||
opencase.case_type.actor_types.*:
|
||||
type: config_entity
|
||||
label: Actor types per case type
|
||||
mapping:
|
||||
actor_types:
|
||||
label: Actor types
|
||||
type: sequence
|
||||
sequence: { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user