Added config to module, and scripts to commit / push config & code together
This commit is contained in:
33
config/optional/field.storage.oc_actor.field_osic_level.yml
Normal file
33
config/optional/field.storage.oc_actor.field_osic_level.yml
Normal file
@ -0,0 +1,33 @@
|
||||
uuid: e5a9d468-5e8c-496b-9eda-fcf585663736
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- opencase_entities
|
||||
- options
|
||||
id: oc_actor.field_osic_level
|
||||
field_name: field_osic_level
|
||||
entity_type: oc_actor
|
||||
type: list_string
|
||||
settings:
|
||||
allowed_values:
|
||||
-
|
||||
value: 'Under supervision'
|
||||
label: 'Under supervision'
|
||||
-
|
||||
value: 'Level 1'
|
||||
label: 'Level 1'
|
||||
-
|
||||
value: 'Level 2'
|
||||
label: 'Level 2'
|
||||
-
|
||||
value: 'Level 3'
|
||||
label: 'Level 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