Config export.

This commit is contained in:
Dan Chadwick 2024-09-21 21:35:26 -04:00
parent 41136a20c4
commit 95813b49f2
27 changed files with 670 additions and 119 deletions

View 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.'

View File

@ -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: { }

View File

@ -5,10 +5,13 @@ dependencies:
config:
- field.field.node.article.body
- 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_tags
- node.type.article
module:
- color_field
- media_library
- path
- text
@ -21,7 +24,7 @@ mode: default
content:
body:
type: text_textarea_with_summary
weight: 2
weight: 5
region: content
settings:
rows: 9
@ -31,27 +34,42 @@ content:
third_party_settings: { }
created:
type: datetime_timestamp
weight: 5
weight: 7
region: content
settings: { }
third_party_settings: { }
field_article_image:
type: media_library_widget
weight: 1
weight: 3
region: content
settings:
media_types: { }
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:
type: media_library_widget
weight: 26
weight: 4
region: content
settings:
media_types: { }
third_party_settings: { }
field_tags:
type: entity_reference_autocomplete_tags
weight: 3
weight: 2
region: content
settings:
match_operator: CONTAINS
@ -61,27 +79,27 @@ content:
third_party_settings: { }
path:
type: path
weight: 9
weight: 10
region: content
settings: { }
third_party_settings: { }
promote:
type: boolean_checkbox
weight: 6
weight: 8
region: content
settings:
display_label: true
third_party_settings: { }
status:
type: boolean_checkbox
weight: 10
weight: 11
region: content
settings:
display_label: true
third_party_settings: { }
sticky:
type: boolean_checkbox
weight: 7
weight: 9
region: content
settings:
display_label: true
@ -96,7 +114,7 @@ content:
third_party_settings: { }
uid:
type: entity_reference_autocomplete
weight: 4
weight: 6
region: content
settings:
match_operator: CONTAINS

View File

@ -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: { }

View File

@ -5,12 +5,22 @@ dependencies:
config:
- field.field.node.article.body
- 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_tags
- image.style.wide
- node.type.article
module:
- color_field
- layout_builder
- media
- text
- user
third_party_settings:
layout_builder:
enabled: false
allow_custom: false
_core:
default_config_hash: br6izr-iGEu--JvNbCJNtOBpRnxpFLXfoV5y61U9Nqc
id: node.article.default
@ -23,37 +33,57 @@ content:
label: hidden
settings: { }
third_party_settings: { }
weight: 2
weight: 1
region: content
field_article_image:
type: entity_reference_entity_view
type: media_thumbnail
label: hidden
settings:
view_mode: full
link: false
image_link: ''
image_style: wide
image_loading:
attribute: lazy
third_party_settings: { }
weight: 0
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:
type: entity_reference_entity_view
label: above
label: hidden
settings:
view_mode: default
link: false
third_party_settings: { }
weight: 5
weight: 3
region: content
field_tags:
type: entity_reference_label
label: above
label: hidden
settings:
link: true
third_party_settings: { }
weight: 1
weight: 4
region: content
links:
settings: { }
third_party_settings: { }
weight: 4
weight: 6
region: content
hidden: { }

View File

@ -6,6 +6,8 @@ dependencies:
- core.entity_view_mode.node.rss
- field.field.node.article.body
- 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_tags
- node.type.article
@ -24,5 +26,7 @@ content:
hidden:
body: true
field_article_image: true
field_banner_color: true
field_read_time: true
field_slideshow: true
field_tags: true

View File

@ -6,6 +6,8 @@ dependencies:
- core.entity_view_mode.node.teaser
- field.field.node.article.body
- 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_tags
- node.type.article
@ -40,5 +42,7 @@ content:
region: content
hidden:
field_article_image: true
field_banner_color: true
field_read_time: true
field_slideshow: true
field_tags: true

View File

@ -11,7 +11,6 @@ dependencies:
- layout_builder
- layout_discovery
- text
- ufc
- user
third_party_settings:
layout_builder:
@ -21,16 +20,31 @@ third_party_settings:
-
layout_id: layout_onecol
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:
ed2b30db-5579-40c3-8e1b-9d147fe1dec1:
uuid: ed2b30db-5579-40c3-8e1b-9d147fe1dec1
d70abb17-1e79-4b59-81ed-3fb232d11e20:
uuid: d70abb17-1e79-4b59-81ed-3fb232d11e20
region: content
configuration:
id: 'field_block:node:page:body'
label: Body
label_display: '0'
provider: layout_builder
context_mapping:
entity: layout_builder.entity
view_mode: view_mode
formatter:
type: text_default
label: hidden
@ -38,43 +52,6 @@ third_party_settings:
third_party_settings: { }
weight: 0
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: { }
_core:
default_config_hash: M_Y8L5tfmhx7DR143E05YyZSpvgil6VFvqcfBWykalg

View File

@ -25,12 +25,13 @@ module:
filter: 0
gin_login: 0
gin_toolbar: 0
google_tag: 0
help: 0
history: 0
html_formatter: 0
image: 0
layout_builder: 0
layout_builder_admin_theme: 0
layout_builder_styles: 0
layout_discovery: 0
link: 0
mailsystem: 0
@ -45,6 +46,7 @@ module:
options: 0
path: 0
path_alias: 0
responsive_image: 0
sdc: 0
search: 0
serialization: 0

View 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

View File

@ -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

View File

@ -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

View File

@ -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

View 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

View File

@ -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

View File

@ -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

View 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

View File

@ -12,7 +12,7 @@ settings:
target_type: node
module: core
locked: false
cardinality: 10
cardinality: -1
translatable: true
indexes: { }
persist_with_no_fields: false

View 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

View File

@ -1,21 +1,24 @@
_core:
default_config_hash: ug4-rUG_KE9H5v1RaDLLpkSZsu70E9HnJp6sqFfjvHk
favicon:
use_default: true
mimetype: image/png
path: 'public://donuts_0.png'
use_default: false
features:
comment_user_picture: true
comment_user_verification: true
favicon: true
node_user_picture: true
logo:
use_default: true
path: 'public://donuts.png'
use_default: false
third_party_settings:
shortcut:
module_link: true
preset_accent_color: teal
preset_accent_color: green
preset_focus_color: accent
enable_darkmode: '0'
classic_toolbar: horizontal
classic_toolbar: new
secondary_toolbar_frontend: true
high_contrast_mode: false
accent_color: ''

View File

@ -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

View File

@ -1,4 +0,0 @@
_core:
default_config_hash: cvh7di-mJogXOBiv_AoDN22DXIg3-OtzE5iLCIFAQ1s
use_collection: false
default_google_tag_entity: G-M9VFWH7NDH.661c8ab3087805.83755165

View 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

View 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

View 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

View File

@ -1,7 +1,14 @@
uuid: ef481581-4bf3-47b4-bc1f-843227afa8d3
langcode: en
status: true
dependencies: { }
dependencies:
module:
- menu_ui
third_party_settings:
menu_ui:
available_menus:
- main
parent: 'main:'
_core:
default_config_hash: AeW1SEDgb1OTQACAWGhzvMknMYAJlcZu0jljfeU3oso
name: Article
@ -10,4 +17,4 @@ description: 'Use <em>articles</em> for time-sensitive content like news, press
help: null
new_revision: true
preview_mode: 1
display_submitted: true
display_submitted: false

View File

@ -3,10 +3,14 @@ langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.node.teaser
- field.storage.node.body
- field.storage.node.field_article_image
- image.style.medium
- node.type.article
module:
- media
- node
- text
- user
id: articles
label: Articles
@ -71,17 +75,225 @@ display:
multi_type: separator
separator: ', '
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:
type: mini
type: full
options:
offset: 0
pagination_heading_level: h4
items_per_page: 10
items_per_page: 20
total_pages: null
id: 0
tags:
next:
previous:
first: '« First'
last: 'Last »'
expose:
items_per_page: false
items_per_page_label: 'Items per page'
@ -90,6 +302,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
quantity: 9
exposed_form:
type: basic
options:
@ -148,11 +361,21 @@ display:
value:
article: article
style:
type: default
row:
type: 'entity:node'
type: html_list
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:
type: views_query
options:
@ -164,23 +387,7 @@ display:
relationships: { }
header: { }
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: { }
path: articles
cache_metadata:
max-age: -1
contexts:
@ -189,4 +396,25 @@ display:
- url.query_args
- 'user.node_grants:view'
- 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'