Added Event entity type.
This commit is contained in:
12
modules/opencase_entities/config/schema/oc_event.schema.yml
Normal file
12
modules/opencase_entities/config/schema/oc_event.schema.yml
Normal file
@ -0,0 +1,12 @@
|
||||
opencase_entities.oc_event.*:
|
||||
type: config_entity
|
||||
label: 'Event config'
|
||||
mapping:
|
||||
id:
|
||||
type: string
|
||||
label: 'ID'
|
||||
label:
|
||||
type: label
|
||||
label: 'Label'
|
||||
uuid:
|
||||
type: string
|
@ -0,0 +1,12 @@
|
||||
opencase_entities.oc_event_type.*:
|
||||
type: config_entity
|
||||
label: 'Event type config'
|
||||
mapping:
|
||||
id:
|
||||
type: string
|
||||
label: 'ID'
|
||||
label:
|
||||
type: label
|
||||
label: 'Label'
|
||||
uuid:
|
||||
type: string
|
Reference in New Issue
Block a user