Skip to content

Commit

Permalink
Update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-bot authored Dec 22, 2022
1 parent 6077349 commit 0e6b918
Show file tree
Hide file tree
Showing 7 changed files with 84 additions and 19 deletions.
39 changes: 21 additions & 18 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ langcode: en
status: true
dependencies:
config:
- field.field.paragraph.popular_services.field_popular_services_title
- field.field.paragraph.popular_services.field_service_items
- paragraphs.paragraphs_type.popular_services
module:
Expand All @@ -16,7 +17,7 @@ mode: default
content:
field_service_items:
type: paragraphs
weight: 0
weight: 1
region: content
settings:
title: Paragraph
Expand All @@ -32,6 +33,15 @@ content:
collapse_edit_all: collapse_edit_all
duplicate: duplicate
third_party_settings: { }
field_popular_services_title:
type: string_textfield
weight: 0
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
hidden:
created: true
field_popular_services_title: true
status: true
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ langcode: en
status: true
dependencies:
config:
- field.field.paragraph.popular_services.field_popular_services_title
- field.field.paragraph.popular_services.field_service_items
- paragraphs.paragraphs_type.popular_services
module:
Expand All @@ -21,7 +22,16 @@ content:
view_mode: default
link: ''
third_party_settings: { }
weight: 1
region: content
field_popular_services_title:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 0
region: content
hidden:
field_popular_services_title: true
search_api_excerpt: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
uuid: 053f5137-5e5d-49cb-a412-14a730447da6
langcode: en
status: true
dependencies:
config:
- field.storage.paragraph.field_popular_services_title
- paragraphs.paragraphs_type.popular_services
id: paragraph.popular_services.field_popular_services_title
field_name: field_popular_services_title
entity_type: paragraph
bundle: popular_services
label: Title
description: 'If this field is left empty, the title will be "Popular services"'
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string
21 changes: 21 additions & 0 deletions conf/cmi/field.storage.paragraph.field_popular_services_title.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
uuid: f15e0765-32d1-48d8-95a3-ffe224bfe876
langcode: en
status: true
dependencies:
module:
- paragraphs
id: paragraph.field_popular_services_title
field_name: field_popular_services_title
entity_type: paragraph
type: string
settings:
max_length: 255
case_sensitive: false
is_ascii: false
module: core
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
description: 'Jos kenttä jätetään tyhjäksi, otsikoksi tulee "Suosittuja palveluja"'
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
description: 'Om detta lämnas tomt, titel är "Populära tjänster"'

0 comments on commit 0e6b918

Please sign in to comment.