Added config to module, and scripts to commit / push config & code together
This commit is contained in:
@ -0,0 +1,30 @@
|
||||
uuid: 4340ee58-d00d-40da-a1e4-f8b2306678e1
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- opencase_entities
|
||||
- options
|
||||
id: oc_actor.field_gender_identified_with
|
||||
field_name: field_gender_identified_with
|
||||
entity_type: oc_actor
|
||||
type: list_string
|
||||
settings:
|
||||
allowed_values:
|
||||
-
|
||||
value: Male
|
||||
label: Male
|
||||
-
|
||||
value: Female
|
||||
label: Female
|
||||
-
|
||||
value: 'Non specific'
|
||||
label: 'Non specific'
|
||||
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