Added config to module, and scripts to commit / push config & code together
This commit is contained in:
39
config/optional/field.storage.oc_actor.field_how_heard.yml
Normal file
39
config/optional/field.storage.oc_actor.field_how_heard.yml
Normal file
@ -0,0 +1,39 @@
|
||||
uuid: 97fa81ee-22fc-4d70-b3ec-a04eda7cca81
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- opencase_entities
|
||||
- options
|
||||
id: oc_actor.field_how_heard
|
||||
field_name: field_how_heard
|
||||
entity_type: oc_actor
|
||||
type: list_string
|
||||
settings:
|
||||
allowed_values:
|
||||
-
|
||||
value: 'Referral (state by whom)'
|
||||
label: 'Referral (state by whom)'
|
||||
-
|
||||
value: Leaflet
|
||||
label: Leaflet
|
||||
-
|
||||
value: Website
|
||||
label: Website
|
||||
-
|
||||
value: Facebook
|
||||
label: Facebook
|
||||
-
|
||||
value: 'Word of mouth'
|
||||
label: 'Word of mouth'
|
||||
-
|
||||
value: 'Existing client'
|
||||
label: 'Existing client'
|
||||
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