Added a bunch of config, apparently wasn't in git
This commit is contained in:
@ -0,0 +1,29 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- opencase_entities
|
||||
- options
|
||||
id: oc_case.field_level
|
||||
field_name: field_level
|
||||
entity_type: oc_case
|
||||
type: list_integer
|
||||
settings:
|
||||
allowed_values:
|
||||
-
|
||||
value: 1
|
||||
label: '1'
|
||||
-
|
||||
value: 2
|
||||
label: '2'
|
||||
-
|
||||
value: 3
|
||||
label: '3'
|
||||
allowed_values_function: ''
|
||||
module: options
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
Reference in New Issue
Block a user