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_outcome
|
||||
field_name: field_outcome
|
||||
entity_type: oc_case
|
||||
type: list_string
|
||||
settings:
|
||||
allowed_values:
|
||||
-
|
||||
value: Positive
|
||||
label: Positive
|
||||
-
|
||||
value: Negative
|
||||
label: Negative
|
||||
-
|
||||
value: 'One-off interaction'
|
||||
label: 'One-off interaction'
|
||||
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