added missing field to volunteer
This commit is contained in:
parent
d2f4e9b152
commit
dbd37e8d03
@ -10,6 +10,8 @@ dependencies:
|
|||||||
- field.field.oc_actor.volunteer.field_osic_level
|
- field.field.oc_actor.volunteer.field_osic_level
|
||||||
- field.field.oc_actor.volunteer.field_skills
|
- field.field.oc_actor.volunteer.field_skills
|
||||||
- opencase_entities.oc_actor_type.volunteer
|
- opencase_entities.oc_actor_type.volunteer
|
||||||
|
module:
|
||||||
|
- hide_revision_field
|
||||||
id: oc_actor.volunteer.default
|
id: oc_actor.volunteer.default
|
||||||
targetEntityType: oc_actor
|
targetEntityType: oc_actor
|
||||||
bundle: volunteer
|
bundle: volunteer
|
||||||
@ -25,7 +27,7 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_ethnic_o:
|
field_ethnic_o:
|
||||||
type: string_textfield
|
type: string_textfield
|
||||||
weight: 0
|
weight: 81
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
size: 60
|
size: 60
|
||||||
@ -129,6 +131,18 @@ content:
|
|||||||
rows: 5
|
rows: 5
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
revision_log:
|
||||||
|
type: hide_revision_field_log_widget
|
||||||
|
weight: 80
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
show: true
|
||||||
|
default: ''
|
||||||
|
permission_based: false
|
||||||
|
allow_user_settings: true
|
||||||
|
third_party_settings: { }
|
||||||
user_id:
|
user_id:
|
||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
weight: 5
|
weight: 5
|
||||||
|
@ -12,7 +12,6 @@ dependencies:
|
|||||||
- opencase_entities.oc_actor_type.volunteer
|
- opencase_entities.oc_actor_type.volunteer
|
||||||
module:
|
module:
|
||||||
- options
|
- options
|
||||||
- user
|
|
||||||
id: oc_actor.volunteer.default
|
id: oc_actor.volunteer.default
|
||||||
targetEntityType: oc_actor
|
targetEntityType: oc_actor
|
||||||
bundle: volunteer
|
bundle: volunteer
|
||||||
@ -32,7 +31,7 @@ content:
|
|||||||
settings:
|
settings:
|
||||||
link_to_entity: false
|
link_to_entity: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 0
|
weight: 6
|
||||||
region: content
|
region: content
|
||||||
field_general_noes:
|
field_general_noes:
|
||||||
type: basic_string
|
type: basic_string
|
||||||
|
19
config/field.field.oc_actor.volunteer.field_ethnic_o.yml
Normal file
19
config/field.field.oc_actor.volunteer.field_ethnic_o.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
uuid: f3d61464-555e-4fe9-9142-19bc201d5f14
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_actor.field_ethnic_o
|
||||||
|
- opencase_entities.oc_actor_type.volunteer
|
||||||
|
id: oc_actor.volunteer.field_ethnic_o
|
||||||
|
field_name: field_ethnic_o
|
||||||
|
entity_type: oc_actor
|
||||||
|
bundle: volunteer
|
||||||
|
label: 'Ethnic origin'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
Reference in New Issue
Block a user