Skip to content
Snippets Groups Projects
Commit 25dae3fd authored by Andrii Chyrskyi's avatar Andrii Chyrskyi Committed by Andrii Chyrskyi
Browse files

Merge pull request #2820 from goalgorilla/feature/3270363-profile-summary

Issue #3270363 by chmez: As a LU I want to add a short description about myself
parent d64465a9
No related branches found
No related tags found
No related merge requests found
Showing
with 144 additions and 0 deletions
......@@ -55,6 +55,7 @@ third_party_settings:
classes: scollspy
group_profile_self_intro:
children:
- field_profile_summary
- field_profile_self_introduction
- field_profile_expertise
- field_profile_interests
......@@ -195,5 +196,13 @@ content:
third_party_settings: { }
type: text_textarea
region: content
field_profile_summary:
weight: 11
settings:
size: 140
placeholder: ''
third_party_settings: { }
type: social_profile_string_textarea
region: content
hidden:
field_profile_show_email: true
......@@ -16,6 +16,7 @@ dependencies:
- field.field.profile.profile.field_profile_profile_tag
- field.field.profile.profile.field_profile_self_introduction
- field.field.profile.profile.field_profile_show_email
- field.field.profile.profile.field_profile_summary
- image.style.social_medium
- profile.type.profile
module:
......@@ -47,4 +48,5 @@ hidden:
field_profile_profile_tag: true
field_profile_self_introduction: true
field_profile_show_email: true
field_profile_summary: true
search_api_excerpt: true
......@@ -16,6 +16,7 @@ dependencies:
- field.field.profile.profile.field_profile_profile_tag
- field.field.profile.profile.field_profile_self_introduction
- field.field.profile.profile.field_profile_show_email
- field.field.profile.profile.field_profile_summary
- image.style.social_medium
- profile.type.profile
module:
......@@ -47,4 +48,5 @@ hidden:
field_profile_profile_tag: true
field_profile_self_introduction: true
field_profile_show_email: true
field_profile_summary: true
search_api_excerpt: true
......@@ -16,6 +16,7 @@ dependencies:
- field.field.profile.profile.field_profile_profile_tag
- field.field.profile.profile.field_profile_self_introduction
- field.field.profile.profile.field_profile_show_email
- field.field.profile.profile.field_profile_summary
- image.style.social_medium
- profile.type.profile
module:
......@@ -61,4 +62,5 @@ hidden:
field_profile_profile_tag: true
field_profile_self_introduction: true
field_profile_show_email: true
field_profile_summary: true
search_api_excerpt: true
......@@ -15,6 +15,7 @@ dependencies:
- field.field.profile.profile.field_profile_profile_tag
- field.field.profile.profile.field_profile_self_introduction
- field.field.profile.profile.field_profile_show_email
- field.field.profile.profile.field_profile_summary
- profile.type.profile
module:
- address
......@@ -78,4 +79,5 @@ hidden:
field_profile_last_name: true
field_profile_organization: true
field_profile_show_email: true
field_profile_summary: true
search_api_excerpt: true
......@@ -16,6 +16,7 @@ dependencies:
- field.field.profile.profile.field_profile_profile_tag
- field.field.profile.profile.field_profile_self_introduction
- field.field.profile.profile.field_profile_show_email
- field.field.profile.profile.field_profile_summary
- image.style.social_large
- profile.type.profile
module:
......@@ -75,4 +76,5 @@ hidden:
field_profile_profile_tag: true
field_profile_self_introduction: true
field_profile_show_email: true
field_profile_summary: true
search_api_excerpt: true
......@@ -16,6 +16,7 @@ dependencies:
- field.field.profile.profile.field_profile_profile_tag
- field.field.profile.profile.field_profile_self_introduction
- field.field.profile.profile.field_profile_show_email
- field.field.profile.profile.field_profile_summary
- image.style.medium
- profile.type.profile
module:
......@@ -75,4 +76,5 @@ hidden:
field_profile_profile_tag: true
field_profile_self_introduction: true
field_profile_show_email: true
field_profile_summary: true
search_api_excerpt: true
......@@ -25,4 +25,5 @@ hidden:
field_profile_profile_tag: true
field_profile_self_introduction: true
field_profile_show_email: true
field_profile_summary: true
search_api_excerpt: true
......@@ -16,6 +16,7 @@ dependencies:
- field.field.profile.profile.field_profile_profile_tag
- field.field.profile.profile.field_profile_self_introduction
- field.field.profile.profile.field_profile_show_email
- field.field.profile.profile.field_profile_summary
- profile.type.profile
module:
- address
......@@ -86,4 +87,5 @@ hidden:
field_profile_last_name: true
field_profile_profile_tag: true
field_profile_show_email: true
field_profile_summary: true
search_api_excerpt: true
......@@ -16,6 +16,7 @@ dependencies:
- field.field.profile.profile.field_profile_profile_tag
- field.field.profile.profile.field_profile_self_introduction
- field.field.profile.profile.field_profile_show_email
- field.field.profile.profile.field_profile_summary
- image.style.social_small
- profile.type.profile
module:
......@@ -47,4 +48,5 @@ hidden:
field_profile_profile_tag: true
field_profile_self_introduction: true
field_profile_show_email: true
field_profile_summary: true
search_api_excerpt: true
......@@ -16,6 +16,7 @@ dependencies:
- field.field.profile.profile.field_profile_profile_tag
- field.field.profile.profile.field_profile_self_introduction
- field.field.profile.profile.field_profile_show_email
- field.field.profile.profile.field_profile_summary
- image.style.social_medium
- profile.type.profile
module:
......@@ -61,4 +62,5 @@ hidden:
field_profile_profile_tag: true
field_profile_self_introduction: true
field_profile_show_email: true
field_profile_summary: true
search_api_excerpt: true
......@@ -16,6 +16,7 @@ dependencies:
- field.field.profile.profile.field_profile_profile_tag
- field.field.profile.profile.field_profile_self_introduction
- field.field.profile.profile.field_profile_show_email
- field.field.profile.profile.field_profile_summary
- image.style.social_large
- profile.type.profile
module:
......@@ -83,4 +84,5 @@ hidden:
field_profile_profile_tag: true
field_profile_self_introduction: true
field_profile_show_email: true
field_profile_summary: true
search_api_excerpt: true
......@@ -16,6 +16,7 @@ dependencies:
- field.field.profile.profile.field_profile_profile_tag
- field.field.profile.profile.field_profile_self_introduction
- field.field.profile.profile.field_profile_show_email
- field.field.profile.profile.field_profile_summary
- image.style.social_medium
- profile.type.profile
module:
......@@ -47,4 +48,5 @@ hidden:
field_profile_profile_tag: true
field_profile_self_introduction: true
field_profile_show_email: true
field_profile_summary: true
search_api_excerpt: true
......@@ -16,6 +16,7 @@ dependencies:
- field.field.profile.profile.field_profile_profile_tag
- field.field.profile.profile.field_profile_self_introduction
- field.field.profile.profile.field_profile_show_email
- field.field.profile.profile.field_profile_summary
- image.style.social_x_large
- profile.type.profile
module:
......@@ -82,4 +83,5 @@ hidden:
field_profile_phone_number: true
field_profile_self_introduction: true
field_profile_show_email: true
field_profile_summary: true
search_api_excerpt: true
langcode: en
status: true
dependencies:
config:
- field.storage.profile.field_profile_summary
- profile.type.profile
enforced:
module:
- social_profile
id: profile.profile.field_profile_summary
field_name: field_profile_summary
entity_type: profile
bundle: profile
label: Summary
description: 'The character limit is 140 characters including spaces.'
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string
langcode: en
status: true
dependencies:
enforced:
module:
- social_profile
module:
- profile
id: profile.field_profile_summary
field_name: field_profile_summary
entity_type: profile
type: string
settings:
max_length: 140
is_ascii: false
case_sensitive: false
module: core
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
field.widget.settings.social_profile_string_textarea:
type: field.widget.settings.string_textfield
label: 'Text area display format settings'
social_profile.settings:
type: config_object
label: 'Social Profile Settings'
......
langcode: en
status: true
dependencies:
config:
- field.storage.profile.field_profile_summary
- profile.type.profile
enforced:
module:
- social_profile
id: profile.profile.field_profile_summary
field_name: field_profile_summary
entity_type: profile
bundle: profile
label: Summary
description: 'The character limit is 140 characters including spaces.'
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string
langcode: en
status: true
dependencies:
enforced:
module:
- social_profile
module:
- profile
id: profile.field_profile_summary
field_name: field_profile_summary
entity_type: profile
type: string
settings:
max_length: 140
is_ascii: false
case_sensitive: false
module: core
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
core.entity_form_display.profile.profile.default:
expected_config: { }
update_actions:
add:
third_party_settings:
field_group:
group_profile_self_intro:
children:
field_profile_summary: field_profile_summary
content:
field_profile_summary:
weight: 11
settings:
size: 140
placeholder: ''
third_party_settings: { }
type: social_profile_string_textarea
region: content
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment