Added photo caption field to debrief
This commit is contained in:
@ -3,10 +3,14 @@ langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.user.user.field_last_password_reset
|
||||
- field.field.user.user.field_linked_opencase_actor
|
||||
- field.field.user.user.field_password_expiration
|
||||
- field.field.user.user.field_pending_expire_sent
|
||||
- field.field.user.user.user_picture
|
||||
- image.style.thumbnail
|
||||
module:
|
||||
- datetime
|
||||
- image
|
||||
- user
|
||||
_core:
|
||||
@ -26,6 +30,12 @@ content:
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_last_password_reset:
|
||||
type: datetime_default
|
||||
weight: 4
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_linked_opencase_actor:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 1
|
||||
@ -36,6 +46,13 @@ content:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_password_expiration:
|
||||
type: boolean_checkbox
|
||||
weight: 3
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
language:
|
||||
weight: 3
|
||||
region: content
|
||||
@ -52,4 +69,5 @@ content:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
hidden: { }
|
||||
hidden:
|
||||
field_pending_expire_sent: true
|
||||
|
||||
Reference in New Issue
Block a user