Added config directory to opencase_defaults

This commit is contained in:
2021-12-04 06:43:37 +00:00
parent 5f790c73c7
commit 52f77cb342
141 changed files with 4906 additions and 0 deletions

View File

@ -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