Added config to module, and scripts to commit / push config & code together
This commit is contained in:
30
config/optional/field.storage.oc_case.field_outcome.yml
Normal file
30
config/optional/field.storage.oc_case.field_outcome.yml
Normal file
@ -0,0 +1,30 @@
|
||||
uuid: bfe1a0f8-4a06-4f0a-82ef-bd5a2d4e4950
|
||||
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