Config export.
This commit is contained in:
parent
41136a20c4
commit
95813b49f2
8
config/default/block_content.type.premier_banner.yml
Normal file
8
config/default/block_content.type.premier_banner.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
uuid: 22d5427e-a16c-42ef-aff5-ee172896e557
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: premier_banner
|
||||||
|
label: 'Premier Banner'
|
||||||
|
revision: false
|
||||||
|
description: 'A premier banner.'
|
||||||
@ -0,0 +1,39 @@
|
|||||||
|
uuid: 8664437b-ebd7-4eca-8fc6-d211548122c8
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- block_content.type.premier_banner
|
||||||
|
- field.field.block_content.premier_banner.field_banner_color
|
||||||
|
- field.field.block_content.premier_banner.field_banner_image
|
||||||
|
module:
|
||||||
|
- color_field
|
||||||
|
- media_library
|
||||||
|
id: block_content.premier_banner.default
|
||||||
|
targetEntityType: block_content
|
||||||
|
bundle: premier_banner
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_banner_color:
|
||||||
|
type: color_field_widget_html5
|
||||||
|
weight: 28
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
show_extra: false
|
||||||
|
third_party_settings: { }
|
||||||
|
field_banner_image:
|
||||||
|
type: media_library_widget
|
||||||
|
weight: 27
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
media_types: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
info:
|
||||||
|
type: string_textfield
|
||||||
|
weight: -5
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden: { }
|
||||||
@ -5,10 +5,13 @@ dependencies:
|
|||||||
config:
|
config:
|
||||||
- field.field.node.article.body
|
- field.field.node.article.body
|
||||||
- field.field.node.article.field_article_image
|
- field.field.node.article.field_article_image
|
||||||
|
- field.field.node.article.field_banner_color
|
||||||
|
- field.field.node.article.field_read_time
|
||||||
- field.field.node.article.field_slideshow
|
- field.field.node.article.field_slideshow
|
||||||
- field.field.node.article.field_tags
|
- field.field.node.article.field_tags
|
||||||
- node.type.article
|
- node.type.article
|
||||||
module:
|
module:
|
||||||
|
- color_field
|
||||||
- media_library
|
- media_library
|
||||||
- path
|
- path
|
||||||
- text
|
- text
|
||||||
@ -21,7 +24,7 @@ mode: default
|
|||||||
content:
|
content:
|
||||||
body:
|
body:
|
||||||
type: text_textarea_with_summary
|
type: text_textarea_with_summary
|
||||||
weight: 2
|
weight: 5
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 9
|
rows: 9
|
||||||
@ -31,27 +34,42 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
created:
|
created:
|
||||||
type: datetime_timestamp
|
type: datetime_timestamp
|
||||||
weight: 5
|
weight: 7
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_article_image:
|
field_article_image:
|
||||||
type: media_library_widget
|
type: media_library_widget
|
||||||
weight: 1
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
media_types: { }
|
media_types: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
field_banner_color:
|
||||||
|
type: color_field_widget_default
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
placeholder_color: ''
|
||||||
|
placeholder_opacity: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_read_time:
|
||||||
|
type: number
|
||||||
|
weight: 26
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
field_slideshow:
|
field_slideshow:
|
||||||
type: media_library_widget
|
type: media_library_widget
|
||||||
weight: 26
|
weight: 4
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
media_types: { }
|
media_types: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_tags:
|
field_tags:
|
||||||
type: entity_reference_autocomplete_tags
|
type: entity_reference_autocomplete_tags
|
||||||
weight: 3
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
@ -61,27 +79,27 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
path:
|
path:
|
||||||
type: path
|
type: path
|
||||||
weight: 9
|
weight: 10
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
promote:
|
promote:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
weight: 6
|
weight: 8
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
status:
|
status:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
weight: 10
|
weight: 11
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
sticky:
|
sticky:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
weight: 7
|
weight: 9
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
@ -96,7 +114,7 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
uid:
|
uid:
|
||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
weight: 4
|
weight: 6
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
|
|||||||
@ -0,0 +1,37 @@
|
|||||||
|
uuid: a53687b3-b38d-495c-82f2-2cb8d1dc70bd
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- block_content.type.premier_banner
|
||||||
|
- field.field.block_content.premier_banner.field_banner_color
|
||||||
|
- field.field.block_content.premier_banner.field_banner_image
|
||||||
|
module:
|
||||||
|
- color_field
|
||||||
|
- media
|
||||||
|
id: block_content.premier_banner.default
|
||||||
|
targetEntityType: block_content
|
||||||
|
bundle: premier_banner
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_banner_color:
|
||||||
|
type: color_field_formatter_text
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
format: hex
|
||||||
|
opacity: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
field_banner_image:
|
||||||
|
type: media_thumbnail
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
image_link: ''
|
||||||
|
image_style: ''
|
||||||
|
image_loading:
|
||||||
|
attribute: lazy
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
hidden: { }
|
||||||
@ -5,12 +5,22 @@ dependencies:
|
|||||||
config:
|
config:
|
||||||
- field.field.node.article.body
|
- field.field.node.article.body
|
||||||
- field.field.node.article.field_article_image
|
- field.field.node.article.field_article_image
|
||||||
|
- field.field.node.article.field_banner_color
|
||||||
|
- field.field.node.article.field_read_time
|
||||||
- field.field.node.article.field_slideshow
|
- field.field.node.article.field_slideshow
|
||||||
- field.field.node.article.field_tags
|
- field.field.node.article.field_tags
|
||||||
|
- image.style.wide
|
||||||
- node.type.article
|
- node.type.article
|
||||||
module:
|
module:
|
||||||
|
- color_field
|
||||||
|
- layout_builder
|
||||||
|
- media
|
||||||
- text
|
- text
|
||||||
- user
|
- user
|
||||||
|
third_party_settings:
|
||||||
|
layout_builder:
|
||||||
|
enabled: false
|
||||||
|
allow_custom: false
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: br6izr-iGEu--JvNbCJNtOBpRnxpFLXfoV5y61U9Nqc
|
default_config_hash: br6izr-iGEu--JvNbCJNtOBpRnxpFLXfoV5y61U9Nqc
|
||||||
id: node.article.default
|
id: node.article.default
|
||||||
@ -23,37 +33,57 @@ content:
|
|||||||
label: hidden
|
label: hidden
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 2
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
field_article_image:
|
field_article_image:
|
||||||
type: entity_reference_entity_view
|
type: media_thumbnail
|
||||||
label: hidden
|
label: hidden
|
||||||
settings:
|
settings:
|
||||||
view_mode: full
|
image_link: ''
|
||||||
link: false
|
image_style: wide
|
||||||
|
image_loading:
|
||||||
|
attribute: lazy
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 0
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
|
field_banner_color:
|
||||||
|
type: color_field_formatter_text
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
format: hex
|
||||||
|
opacity: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 5
|
||||||
|
region: content
|
||||||
|
field_read_time:
|
||||||
|
type: number_integer
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
thousand_separator: ''
|
||||||
|
prefix_suffix: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
field_slideshow:
|
field_slideshow:
|
||||||
type: entity_reference_entity_view
|
type: entity_reference_entity_view
|
||||||
label: above
|
label: hidden
|
||||||
settings:
|
settings:
|
||||||
view_mode: default
|
view_mode: default
|
||||||
link: false
|
link: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 5
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
field_tags:
|
field_tags:
|
||||||
type: entity_reference_label
|
type: entity_reference_label
|
||||||
label: above
|
label: hidden
|
||||||
settings:
|
settings:
|
||||||
link: true
|
link: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 1
|
weight: 4
|
||||||
region: content
|
region: content
|
||||||
links:
|
links:
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 4
|
weight: 6
|
||||||
region: content
|
region: content
|
||||||
hidden: { }
|
hidden: { }
|
||||||
|
|||||||
@ -6,6 +6,8 @@ dependencies:
|
|||||||
- core.entity_view_mode.node.rss
|
- core.entity_view_mode.node.rss
|
||||||
- field.field.node.article.body
|
- field.field.node.article.body
|
||||||
- field.field.node.article.field_article_image
|
- field.field.node.article.field_article_image
|
||||||
|
- field.field.node.article.field_banner_color
|
||||||
|
- field.field.node.article.field_read_time
|
||||||
- field.field.node.article.field_slideshow
|
- field.field.node.article.field_slideshow
|
||||||
- field.field.node.article.field_tags
|
- field.field.node.article.field_tags
|
||||||
- node.type.article
|
- node.type.article
|
||||||
@ -24,5 +26,7 @@ content:
|
|||||||
hidden:
|
hidden:
|
||||||
body: true
|
body: true
|
||||||
field_article_image: true
|
field_article_image: true
|
||||||
|
field_banner_color: true
|
||||||
|
field_read_time: true
|
||||||
field_slideshow: true
|
field_slideshow: true
|
||||||
field_tags: true
|
field_tags: true
|
||||||
|
|||||||
@ -6,6 +6,8 @@ dependencies:
|
|||||||
- core.entity_view_mode.node.teaser
|
- core.entity_view_mode.node.teaser
|
||||||
- field.field.node.article.body
|
- field.field.node.article.body
|
||||||
- field.field.node.article.field_article_image
|
- field.field.node.article.field_article_image
|
||||||
|
- field.field.node.article.field_banner_color
|
||||||
|
- field.field.node.article.field_read_time
|
||||||
- field.field.node.article.field_slideshow
|
- field.field.node.article.field_slideshow
|
||||||
- field.field.node.article.field_tags
|
- field.field.node.article.field_tags
|
||||||
- node.type.article
|
- node.type.article
|
||||||
@ -40,5 +42,7 @@ content:
|
|||||||
region: content
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
field_article_image: true
|
field_article_image: true
|
||||||
|
field_banner_color: true
|
||||||
|
field_read_time: true
|
||||||
field_slideshow: true
|
field_slideshow: true
|
||||||
field_tags: true
|
field_tags: true
|
||||||
|
|||||||
@ -11,7 +11,6 @@ dependencies:
|
|||||||
- layout_builder
|
- layout_builder
|
||||||
- layout_discovery
|
- layout_discovery
|
||||||
- text
|
- text
|
||||||
- ufc
|
|
||||||
- user
|
- user
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
layout_builder:
|
layout_builder:
|
||||||
@ -21,16 +20,31 @@ third_party_settings:
|
|||||||
-
|
-
|
||||||
layout_id: layout_onecol
|
layout_id: layout_onecol
|
||||||
layout_settings:
|
layout_settings:
|
||||||
label: ''
|
label: 'Banner Section'
|
||||||
|
context_mapping: { }
|
||||||
|
layout_builder_styles_style:
|
||||||
|
container: 0
|
||||||
|
components: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
-
|
||||||
|
layout_id: layout_onecol
|
||||||
|
layout_settings:
|
||||||
|
label: 'Main Content'
|
||||||
|
context_mapping: { }
|
||||||
|
layout_builder_styles_style:
|
||||||
|
container: container
|
||||||
components:
|
components:
|
||||||
ed2b30db-5579-40c3-8e1b-9d147fe1dec1:
|
d70abb17-1e79-4b59-81ed-3fb232d11e20:
|
||||||
uuid: ed2b30db-5579-40c3-8e1b-9d147fe1dec1
|
uuid: d70abb17-1e79-4b59-81ed-3fb232d11e20
|
||||||
region: content
|
region: content
|
||||||
configuration:
|
configuration:
|
||||||
id: 'field_block:node:page:body'
|
id: 'field_block:node:page:body'
|
||||||
|
label: Body
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: layout_builder
|
||||||
context_mapping:
|
context_mapping:
|
||||||
entity: layout_builder.entity
|
entity: layout_builder.entity
|
||||||
|
view_mode: view_mode
|
||||||
formatter:
|
formatter:
|
||||||
type: text_default
|
type: text_default
|
||||||
label: hidden
|
label: hidden
|
||||||
@ -38,43 +52,6 @@ third_party_settings:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 0
|
weight: 0
|
||||||
additional: { }
|
additional: { }
|
||||||
c2996ee8-0da4-4d8b-bd69-7ad66f612bea:
|
|
||||||
uuid: c2996ee8-0da4-4d8b-bd69-7ad66f612bea
|
|
||||||
region: content
|
|
||||||
configuration:
|
|
||||||
id: 'extra_field_block:node:page:links'
|
|
||||||
label_display: '0'
|
|
||||||
context_mapping:
|
|
||||||
entity: layout_builder.entity
|
|
||||||
weight: 1
|
|
||||||
additional: { }
|
|
||||||
7cec9b37-d3e5-4186-ae12-07f261192a48:
|
|
||||||
uuid: 7cec9b37-d3e5-4186-ae12-07f261192a48
|
|
||||||
region: content
|
|
||||||
configuration:
|
|
||||||
id: recent_fights_block
|
|
||||||
label: 'Recent Fights Block'
|
|
||||||
label_display: visible
|
|
||||||
provider: ufc
|
|
||||||
context_mapping: { }
|
|
||||||
weight: 2
|
|
||||||
additional: { }
|
|
||||||
4f3802c9-daa9-4759-9f15-1f58ad0ce57d:
|
|
||||||
uuid: 4f3802c9-daa9-4759-9f15-1f58ad0ce57d
|
|
||||||
region: content
|
|
||||||
configuration:
|
|
||||||
id: 'field_block:node:page:field_featured_content'
|
|
||||||
label_display: '0'
|
|
||||||
context_mapping:
|
|
||||||
entity: layout_builder.entity
|
|
||||||
formatter:
|
|
||||||
type: entity_reference_label
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
link: true
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 3
|
|
||||||
additional: { }
|
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: M_Y8L5tfmhx7DR143E05YyZSpvgil6VFvqcfBWykalg
|
default_config_hash: M_Y8L5tfmhx7DR143E05YyZSpvgil6VFvqcfBWykalg
|
||||||
|
|||||||
@ -25,12 +25,13 @@ module:
|
|||||||
filter: 0
|
filter: 0
|
||||||
gin_login: 0
|
gin_login: 0
|
||||||
gin_toolbar: 0
|
gin_toolbar: 0
|
||||||
google_tag: 0
|
|
||||||
help: 0
|
help: 0
|
||||||
history: 0
|
history: 0
|
||||||
|
html_formatter: 0
|
||||||
image: 0
|
image: 0
|
||||||
layout_builder: 0
|
layout_builder: 0
|
||||||
layout_builder_admin_theme: 0
|
layout_builder_admin_theme: 0
|
||||||
|
layout_builder_styles: 0
|
||||||
layout_discovery: 0
|
layout_discovery: 0
|
||||||
link: 0
|
link: 0
|
||||||
mailsystem: 0
|
mailsystem: 0
|
||||||
@ -45,6 +46,7 @@ module:
|
|||||||
options: 0
|
options: 0
|
||||||
path: 0
|
path: 0
|
||||||
path_alias: 0
|
path_alias: 0
|
||||||
|
responsive_image: 0
|
||||||
sdc: 0
|
sdc: 0
|
||||||
search: 0
|
search: 0
|
||||||
serialization: 0
|
serialization: 0
|
||||||
|
|||||||
11
config/default/dchadwick.settings.yml
Normal file
11
config/default/dchadwick.settings.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
features:
|
||||||
|
node_user_picture: 1
|
||||||
|
comment_user_picture: true
|
||||||
|
comment_user_verification: true
|
||||||
|
favicon: 1
|
||||||
|
logo:
|
||||||
|
use_default: 1
|
||||||
|
favicon:
|
||||||
|
use_default: 0
|
||||||
|
path: themes/custom/dchadwick/favicon.png
|
||||||
|
mimetype: image/png
|
||||||
@ -0,0 +1,22 @@
|
|||||||
|
uuid: 3b48c5a1-7f96-4e7b-addc-2c44c91b0e0c
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- block_content.type.premier_banner
|
||||||
|
- field.storage.block_content.field_banner_color
|
||||||
|
module:
|
||||||
|
- color_field
|
||||||
|
id: block_content.premier_banner.field_banner_color
|
||||||
|
field_name: field_banner_color
|
||||||
|
entity_type: block_content
|
||||||
|
bundle: premier_banner
|
||||||
|
label: 'Banner Color'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
opacity: 0
|
||||||
|
field_type: color_field_type
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
uuid: f8df2968-76ee-4bb4-8520-59868cd1ab3c
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- block_content.type.premier_banner
|
||||||
|
- field.storage.block_content.field_banner_image
|
||||||
|
- media.type.image
|
||||||
|
id: block_content.premier_banner.field_banner_image
|
||||||
|
field_name: field_banner_image
|
||||||
|
entity_type: block_content
|
||||||
|
bundle: premier_banner
|
||||||
|
label: 'Banner Image'
|
||||||
|
description: 'The image to use for this display, should be transparent.'
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:media'
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
image: image
|
||||||
|
sort:
|
||||||
|
field: _none
|
||||||
|
direction: ASC
|
||||||
|
auto_create: false
|
||||||
|
auto_create_bundle: ''
|
||||||
|
field_type: entity_reference
|
||||||
@ -0,0 +1,22 @@
|
|||||||
|
uuid: affbe2ae-ac14-41ee-8a4d-faa75c7fd625
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_banner_color
|
||||||
|
- node.type.article
|
||||||
|
module:
|
||||||
|
- color_field
|
||||||
|
id: node.article.field_banner_color
|
||||||
|
field_name: field_banner_color
|
||||||
|
entity_type: node
|
||||||
|
bundle: article
|
||||||
|
label: 'Banner Color'
|
||||||
|
description: 'The color for the banner.'
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
opacity: 0
|
||||||
|
field_type: color_field_type
|
||||||
23
config/default/field.field.node.article.field_read_time.yml
Normal file
23
config/default/field.field.node.article.field_read_time.yml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
uuid: 86b90505-30e7-41ff-a4fe-f51dffde0b11
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_read_time
|
||||||
|
- node.type.article
|
||||||
|
id: node.article.field_read_time
|
||||||
|
field_name: field_read_time
|
||||||
|
entity_type: node
|
||||||
|
bundle: article
|
||||||
|
label: 'Read Time'
|
||||||
|
description: 'The estimated number of minutes to read this article.'
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
min: null
|
||||||
|
max: null
|
||||||
|
prefix: ''
|
||||||
|
suffix: 'minute read time'
|
||||||
|
field_type: integer
|
||||||
@ -0,0 +1,20 @@
|
|||||||
|
uuid: 64439080-6c71-486c-94b6-81301728ec7a
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- block_content
|
||||||
|
- color_field
|
||||||
|
id: block_content.field_banner_color
|
||||||
|
field_name: field_banner_color
|
||||||
|
entity_type: block_content
|
||||||
|
type: color_field_type
|
||||||
|
settings:
|
||||||
|
format: '#HEXHEX'
|
||||||
|
module: color_field
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
||||||
@ -0,0 +1,20 @@
|
|||||||
|
uuid: 9eee5f9e-375e-4f83-a924-a615ca904c1e
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- block_content
|
||||||
|
- media
|
||||||
|
id: block_content.field_banner_image
|
||||||
|
field_name: field_banner_image
|
||||||
|
entity_type: block_content
|
||||||
|
type: entity_reference
|
||||||
|
settings:
|
||||||
|
target_type: media
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
||||||
20
config/default/field.storage.node.field_banner_color.yml
Normal file
20
config/default/field.storage.node.field_banner_color.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
uuid: 889f36d3-f9f1-432a-88df-4b42e05a896f
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- color_field
|
||||||
|
- node
|
||||||
|
id: node.field_banner_color
|
||||||
|
field_name: field_banner_color
|
||||||
|
entity_type: node
|
||||||
|
type: color_field_type
|
||||||
|
settings:
|
||||||
|
format: '#HEXHEX'
|
||||||
|
module: color_field
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
||||||
@ -12,7 +12,7 @@ settings:
|
|||||||
target_type: node
|
target_type: node
|
||||||
module: core
|
module: core
|
||||||
locked: false
|
locked: false
|
||||||
cardinality: 10
|
cardinality: -1
|
||||||
translatable: true
|
translatable: true
|
||||||
indexes: { }
|
indexes: { }
|
||||||
persist_with_no_fields: false
|
persist_with_no_fields: false
|
||||||
|
|||||||
20
config/default/field.storage.node.field_read_time.yml
Normal file
20
config/default/field.storage.node.field_read_time.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
uuid: aedefef6-a0f4-4900-b998-a778bd7cb1c5
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
id: node.field_read_time
|
||||||
|
field_name: field_read_time
|
||||||
|
entity_type: node
|
||||||
|
type: integer
|
||||||
|
settings:
|
||||||
|
unsigned: false
|
||||||
|
size: normal
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
||||||
@ -1,21 +1,24 @@
|
|||||||
_core:
|
_core:
|
||||||
default_config_hash: ug4-rUG_KE9H5v1RaDLLpkSZsu70E9HnJp6sqFfjvHk
|
default_config_hash: ug4-rUG_KE9H5v1RaDLLpkSZsu70E9HnJp6sqFfjvHk
|
||||||
favicon:
|
favicon:
|
||||||
use_default: true
|
mimetype: image/png
|
||||||
|
path: 'public://donuts_0.png'
|
||||||
|
use_default: false
|
||||||
features:
|
features:
|
||||||
comment_user_picture: true
|
comment_user_picture: true
|
||||||
comment_user_verification: true
|
comment_user_verification: true
|
||||||
favicon: true
|
favicon: true
|
||||||
node_user_picture: true
|
node_user_picture: true
|
||||||
logo:
|
logo:
|
||||||
use_default: true
|
path: 'public://donuts.png'
|
||||||
|
use_default: false
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
shortcut:
|
shortcut:
|
||||||
module_link: true
|
module_link: true
|
||||||
preset_accent_color: teal
|
preset_accent_color: green
|
||||||
preset_focus_color: accent
|
preset_focus_color: accent
|
||||||
enable_darkmode: '0'
|
enable_darkmode: '0'
|
||||||
classic_toolbar: horizontal
|
classic_toolbar: new
|
||||||
secondary_toolbar_frontend: true
|
secondary_toolbar_frontend: true
|
||||||
high_contrast_mode: false
|
high_contrast_mode: false
|
||||||
accent_color: ''
|
accent_color: ''
|
||||||
|
|||||||
@ -1,23 +0,0 @@
|
|||||||
uuid: ba3b91c7-27f9-46e6-8271-107b59ec5e0b
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
id: G-M9VFWH7NDH.661c8ab3087805.83755165
|
|
||||||
label: G-M9VFWH7NDH
|
|
||||||
weight: 0
|
|
||||||
tag_container_ids:
|
|
||||||
- G-47TH3K5YXH
|
|
||||||
advanced_settings:
|
|
||||||
consent_mode: true
|
|
||||||
dimensions_metrics: { }
|
|
||||||
conditions: { }
|
|
||||||
events:
|
|
||||||
search: { }
|
|
||||||
custom: { }
|
|
||||||
sign_up:
|
|
||||||
method: CMS
|
|
||||||
generate_lead:
|
|
||||||
value: ''
|
|
||||||
currency: ''
|
|
||||||
login:
|
|
||||||
method: CMS
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
_core:
|
|
||||||
default_config_hash: cvh7di-mJogXOBiv_AoDN22DXIg3-OtzE5iLCIFAQ1s
|
|
||||||
use_collection: false
|
|
||||||
default_google_tag_entity: G-M9VFWH7NDH.661c8ab3087805.83755165
|
|
||||||
10
config/default/layout_builder_styles.group.default.yml
Normal file
10
config/default/layout_builder_styles.group.default.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
uuid: 05b37ca9-ff8b-4252-9eeb-6ecb4f0ffe90
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: default
|
||||||
|
label: Style
|
||||||
|
multiselect: multiple
|
||||||
|
form_type: checkboxes
|
||||||
|
required: false
|
||||||
|
weight: 100
|
||||||
12
config/default/layout_builder_styles.style.container.yml
Normal file
12
config/default/layout_builder_styles.style.container.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
uuid: 3f3e4030-4938-492f-8bf2-774715b52d6e
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: container
|
||||||
|
label: container
|
||||||
|
classes: container
|
||||||
|
type: section
|
||||||
|
group: default
|
||||||
|
block_restrictions: { }
|
||||||
|
layout_restrictions: { }
|
||||||
|
weight: 0
|
||||||
12
config/default/layout_builder_styles.style.hero.yml
Normal file
12
config/default/layout_builder_styles.style.hero.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
uuid: 8b40b084-8af2-492f-b4f3-6e7273be316f
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: hero
|
||||||
|
label: hero
|
||||||
|
classes: hero
|
||||||
|
type: section
|
||||||
|
group: default
|
||||||
|
block_restrictions: { }
|
||||||
|
layout_restrictions: { }
|
||||||
|
weight: 0
|
||||||
@ -1,7 +1,14 @@
|
|||||||
uuid: ef481581-4bf3-47b4-bc1f-843227afa8d3
|
uuid: ef481581-4bf3-47b4-bc1f-843227afa8d3
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies: { }
|
dependencies:
|
||||||
|
module:
|
||||||
|
- menu_ui
|
||||||
|
third_party_settings:
|
||||||
|
menu_ui:
|
||||||
|
available_menus:
|
||||||
|
- main
|
||||||
|
parent: 'main:'
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: AeW1SEDgb1OTQACAWGhzvMknMYAJlcZu0jljfeU3oso
|
default_config_hash: AeW1SEDgb1OTQACAWGhzvMknMYAJlcZu0jljfeU3oso
|
||||||
name: Article
|
name: Article
|
||||||
@ -10,4 +17,4 @@ description: 'Use <em>articles</em> for time-sensitive content like news, press
|
|||||||
help: null
|
help: null
|
||||||
new_revision: true
|
new_revision: true
|
||||||
preview_mode: 1
|
preview_mode: 1
|
||||||
display_submitted: true
|
display_submitted: false
|
||||||
|
|||||||
@ -3,10 +3,14 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- core.entity_view_mode.node.teaser
|
- field.storage.node.body
|
||||||
|
- field.storage.node.field_article_image
|
||||||
|
- image.style.medium
|
||||||
- node.type.article
|
- node.type.article
|
||||||
module:
|
module:
|
||||||
|
- media
|
||||||
- node
|
- node
|
||||||
|
- text
|
||||||
- user
|
- user
|
||||||
id: articles
|
id: articles
|
||||||
label: Articles
|
label: Articles
|
||||||
@ -71,17 +75,225 @@ display:
|
|||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
|
field_article_image:
|
||||||
|
id: field_article_image
|
||||||
|
table: node__field_article_image
|
||||||
|
field: field_article_image
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: field
|
||||||
|
label: ''
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: false
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: target_id
|
||||||
|
type: media_thumbnail
|
||||||
|
settings:
|
||||||
|
image_link: content
|
||||||
|
image_style: medium
|
||||||
|
image_loading:
|
||||||
|
attribute: lazy
|
||||||
|
group_column: target_id
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
|
changed:
|
||||||
|
id: changed
|
||||||
|
table: node_field_data
|
||||||
|
field: changed
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
entity_type: node
|
||||||
|
entity_field: changed
|
||||||
|
plugin_id: field
|
||||||
|
label: ''
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: false
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: timestamp
|
||||||
|
settings:
|
||||||
|
date_format: fallback
|
||||||
|
custom_date_format: ''
|
||||||
|
timezone: ''
|
||||||
|
tooltip:
|
||||||
|
date_format: fallback
|
||||||
|
custom_date_format: ''
|
||||||
|
time_diff:
|
||||||
|
enabled: false
|
||||||
|
future_format: '@interval hence'
|
||||||
|
past_format: '@interval ago'
|
||||||
|
granularity: 2
|
||||||
|
refresh: 60
|
||||||
|
description: ''
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
|
body:
|
||||||
|
id: body
|
||||||
|
table: node__body
|
||||||
|
field: body
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: field
|
||||||
|
label: ''
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 200
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: true
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: false
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: text_summary_or_trimmed
|
||||||
|
settings:
|
||||||
|
trim_length: 200
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
pager:
|
pager:
|
||||||
type: mini
|
type: full
|
||||||
options:
|
options:
|
||||||
offset: 0
|
offset: 0
|
||||||
pagination_heading_level: h4
|
pagination_heading_level: h4
|
||||||
items_per_page: 10
|
items_per_page: 20
|
||||||
total_pages: null
|
total_pages: null
|
||||||
id: 0
|
id: 0
|
||||||
tags:
|
tags:
|
||||||
next: ››
|
next: ››
|
||||||
previous: ‹‹
|
previous: ‹‹
|
||||||
|
first: '« First'
|
||||||
|
last: 'Last »'
|
||||||
expose:
|
expose:
|
||||||
items_per_page: false
|
items_per_page: false
|
||||||
items_per_page_label: 'Items per page'
|
items_per_page_label: 'Items per page'
|
||||||
@ -90,6 +302,7 @@ display:
|
|||||||
items_per_page_options_all_label: '- All -'
|
items_per_page_options_all_label: '- All -'
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Offset
|
||||||
|
quantity: 9
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
@ -148,11 +361,21 @@ display:
|
|||||||
value:
|
value:
|
||||||
article: article
|
article: article
|
||||||
style:
|
style:
|
||||||
type: default
|
type: html_list
|
||||||
row:
|
|
||||||
type: 'entity:node'
|
|
||||||
options:
|
options:
|
||||||
view_mode: teaser
|
row_class: ''
|
||||||
|
default_row_class: true
|
||||||
|
uses_fields: false
|
||||||
|
type: ul
|
||||||
|
wrapper_class: item-list
|
||||||
|
class: ''
|
||||||
|
row:
|
||||||
|
type: fields
|
||||||
|
options:
|
||||||
|
default_field_elements: true
|
||||||
|
inline: { }
|
||||||
|
separator: ''
|
||||||
|
hide_empty: false
|
||||||
query:
|
query:
|
||||||
type: views_query
|
type: views_query
|
||||||
options:
|
options:
|
||||||
@ -164,23 +387,7 @@ display:
|
|||||||
relationships: { }
|
relationships: { }
|
||||||
header: { }
|
header: { }
|
||||||
footer: { }
|
footer: { }
|
||||||
cache_metadata:
|
|
||||||
max-age: -1
|
|
||||||
contexts:
|
|
||||||
- 'languages:language_content'
|
|
||||||
- 'languages:language_interface'
|
|
||||||
- url.query_args
|
|
||||||
- 'user.node_grants:view'
|
|
||||||
- user.permissions
|
|
||||||
tags: { }
|
|
||||||
page_1:
|
|
||||||
id: page_1
|
|
||||||
display_title: Page
|
|
||||||
display_plugin: page
|
|
||||||
position: 1
|
|
||||||
display_options:
|
|
||||||
display_extenders: { }
|
display_extenders: { }
|
||||||
path: articles
|
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
max-age: -1
|
max-age: -1
|
||||||
contexts:
|
contexts:
|
||||||
@ -189,4 +396,25 @@ display:
|
|||||||
- url.query_args
|
- url.query_args
|
||||||
- 'user.node_grants:view'
|
- 'user.node_grants:view'
|
||||||
- user.permissions
|
- user.permissions
|
||||||
tags: { }
|
tags:
|
||||||
|
- 'config:field.storage.node.body'
|
||||||
|
- 'config:field.storage.node.field_article_image'
|
||||||
|
block_1:
|
||||||
|
id: block_1
|
||||||
|
display_title: 'Article Listing Block'
|
||||||
|
display_plugin: block
|
||||||
|
position: 2
|
||||||
|
display_options:
|
||||||
|
display_description: ''
|
||||||
|
display_extenders: { }
|
||||||
|
cache_metadata:
|
||||||
|
max-age: -1
|
||||||
|
contexts:
|
||||||
|
- 'languages:language_content'
|
||||||
|
- 'languages:language_interface'
|
||||||
|
- url.query_args
|
||||||
|
- 'user.node_grants:view'
|
||||||
|
- user.permissions
|
||||||
|
tags:
|
||||||
|
- 'config:field.storage.node.body'
|
||||||
|
- 'config:field.storage.node.field_article_image'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user