Export config
This commit is contained in:
parent
bc7bb3f9e7
commit
5a8a63acd8
27
config/sync/.htaccess
Normal file
27
config/sync/.htaccess
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Deny all requests from Apache 2.4+.
|
||||
<IfModule mod_authz_core.c>
|
||||
Require all denied
|
||||
</IfModule>
|
||||
|
||||
# Deny all requests from Apache 2.0-2.2.
|
||||
<IfModule !mod_authz_core.c>
|
||||
Deny from all
|
||||
</IfModule>
|
||||
|
||||
# Turn off all options we don't need.
|
||||
Options -Indexes -ExecCGI -Includes -MultiViews
|
||||
|
||||
# Set the catch-all handler to prevent scripts from being executed.
|
||||
SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
|
||||
<Files *>
|
||||
# Override the handler again if we're run later in the evaluation list.
|
||||
SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003
|
||||
</Files>
|
||||
|
||||
# If we know how to do it safely, disable the PHP engine entirely.
|
||||
<IfModule mod_php5.c>
|
||||
php_flag engine off
|
||||
</IfModule>
|
||||
<IfModule mod_php7.c>
|
||||
php_flag engine off
|
||||
</IfModule>
|
22
config/sync/block.block.claro_breadcrumbs.yml
Normal file
22
config/sync/block.block.claro_breadcrumbs.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
uuid: 45c34eeb-664d-425f-9669-bcba3431f1d8
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- system
|
||||
theme:
|
||||
- claro
|
||||
_core:
|
||||
default_config_hash: b6mUaCq5YPapRUABXRHfNTT6fxWIj5lgf0Mg4HaRJ_I
|
||||
id: claro_breadcrumbs
|
||||
theme: claro
|
||||
region: breadcrumb
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: system_breadcrumb_block
|
||||
settings:
|
||||
id: system_breadcrumb_block
|
||||
label: Breadcrumbs
|
||||
provider: system
|
||||
label_display: '0'
|
||||
visibility: { }
|
22
config/sync/block.block.claro_content.yml
Normal file
22
config/sync/block.block.claro_content.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
uuid: 354ad2ba-dfef-46ae-907a-f92ecb198195
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- system
|
||||
theme:
|
||||
- claro
|
||||
_core:
|
||||
default_config_hash: QTwkfDaGeBUk6aerktJBDXso4fCsqLTQOuWKXE1xMPU
|
||||
id: claro_content
|
||||
theme: claro
|
||||
region: content
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: system_main_block
|
||||
settings:
|
||||
id: system_main_block
|
||||
label: 'Main page content'
|
||||
provider: system
|
||||
label_display: '0'
|
||||
visibility: { }
|
20
config/sync/block.block.claro_local_actions.yml
Normal file
20
config/sync/block.block.claro_local_actions.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
uuid: ccb99e64-cb59-4e57-8251-4a7c9dd81c11
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
theme:
|
||||
- claro
|
||||
_core:
|
||||
default_config_hash: osZQ9lL2jTdH5am4LJiZ29RaivhzOf6vCpoRy6FZwIE
|
||||
id: claro_local_actions
|
||||
theme: claro
|
||||
region: content
|
||||
weight: -10
|
||||
provider: null
|
||||
plugin: local_actions_block
|
||||
settings:
|
||||
id: local_actions_block
|
||||
label: 'Primary admin actions'
|
||||
provider: core
|
||||
label_display: '0'
|
||||
visibility: { }
|
22
config/sync/block.block.claro_messages.yml
Normal file
22
config/sync/block.block.claro_messages.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
uuid: 882a1ac4-d894-4861-92c8-cf93b70cb0fe
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- system
|
||||
theme:
|
||||
- claro
|
||||
_core:
|
||||
default_config_hash: iIy-YIc9d9s1isAtTIKWDBKd6kd2r6LxoYz_-hkLJco
|
||||
id: claro_messages
|
||||
theme: claro
|
||||
region: highlighted
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: system_messages_block
|
||||
settings:
|
||||
id: system_messages_block
|
||||
label: 'Status messages'
|
||||
provider: system
|
||||
label_display: '0'
|
||||
visibility: { }
|
20
config/sync/block.block.claro_page_title.yml
Normal file
20
config/sync/block.block.claro_page_title.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
uuid: 923dc048-fd4f-4a2e-8516-71aedebc99f2
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
theme:
|
||||
- claro
|
||||
_core:
|
||||
default_config_hash: gfXKmThltk6eewwrjAEaxVPxzPEVHV1UfNjjOUQ5A7g
|
||||
id: claro_page_title
|
||||
theme: claro
|
||||
region: header
|
||||
weight: -30
|
||||
provider: null
|
||||
plugin: page_title_block
|
||||
settings:
|
||||
id: page_title_block
|
||||
label: 'Page title'
|
||||
provider: core
|
||||
label_display: '0'
|
||||
visibility: { }
|
22
config/sync/block.block.claro_primary_local_tasks.yml
Normal file
22
config/sync/block.block.claro_primary_local_tasks.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
uuid: 9da2e6d9-856e-4f39-95da-a66e5302bf9b
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
theme:
|
||||
- claro
|
||||
_core:
|
||||
default_config_hash: 7cvXIzw8NabmQCWMPqBz0mvIQZzXUZB3OeOTa5eqbCo
|
||||
id: claro_primary_local_tasks
|
||||
theme: claro
|
||||
region: header
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: local_tasks_block
|
||||
settings:
|
||||
id: local_tasks_block
|
||||
label: 'Primary tabs'
|
||||
provider: core
|
||||
label_display: '0'
|
||||
primary: true
|
||||
secondary: false
|
||||
visibility: { }
|
22
config/sync/block.block.claro_secondary_local_tasks.yml
Normal file
22
config/sync/block.block.claro_secondary_local_tasks.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
uuid: 8a13282a-4acb-4bb8-b1bd-465f64c5756f
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
theme:
|
||||
- claro
|
||||
_core:
|
||||
default_config_hash: D_hUB_AW2IvKbVo3lVG-B2KfTsX6xJ-CxfOcRYUnL3E
|
||||
id: claro_secondary_local_tasks
|
||||
theme: claro
|
||||
region: pre_content
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: local_tasks_block
|
||||
settings:
|
||||
id: local_tasks_block
|
||||
label: 'Secondary tabs'
|
||||
provider: core
|
||||
label_display: '0'
|
||||
primary: false
|
||||
secondary: true
|
||||
visibility: { }
|
27
config/sync/block.block.stark_admin.yml
Normal file
27
config/sync/block.block.stark_admin.yml
Normal file
|
@ -0,0 +1,27 @@
|
|||
uuid: 785a08ee-5ba4-42f9-b4aa-30d6fa6a7586
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- system.menu.admin
|
||||
module:
|
||||
- system
|
||||
theme:
|
||||
- stark
|
||||
_core:
|
||||
default_config_hash: OFEDxrButmQ8Vac1kiVr1gtw6vYKuSJPr9cJQZVKCKg
|
||||
id: stark_admin
|
||||
theme: stark
|
||||
region: sidebar_first
|
||||
weight: 1
|
||||
provider: null
|
||||
plugin: 'system_menu_block:admin'
|
||||
settings:
|
||||
id: 'system_menu_block:admin'
|
||||
label: Administration
|
||||
provider: system
|
||||
label_display: visible
|
||||
level: 1
|
||||
depth: 0
|
||||
expand_all_items: false
|
||||
visibility: { }
|
25
config/sync/block.block.stark_branding.yml
Normal file
25
config/sync/block.block.stark_branding.yml
Normal file
|
@ -0,0 +1,25 @@
|
|||
uuid: e1921b7b-f7d8-4809-b2ed-5f3f9c6bc134
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- system
|
||||
theme:
|
||||
- stark
|
||||
_core:
|
||||
default_config_hash: fRKXNB91UxDvEMkzCR8ZBsawfC6Fqbme2gtobei3gu4
|
||||
id: stark_branding
|
||||
theme: stark
|
||||
region: header
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: system_branding_block
|
||||
settings:
|
||||
id: system_branding_block
|
||||
label: 'Site branding'
|
||||
provider: system
|
||||
label_display: '0'
|
||||
use_site_logo: true
|
||||
use_site_name: true
|
||||
use_site_slogan: true
|
||||
visibility: { }
|
20
config/sync/block.block.stark_local_actions.yml
Normal file
20
config/sync/block.block.stark_local_actions.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
uuid: 7767dfc3-c008-4fd9-920f-a797561a304c
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
theme:
|
||||
- stark
|
||||
_core:
|
||||
default_config_hash: PffmQ-ABSz5tFjWmVsR7NesunDnEivvopnJnBjl8KNE
|
||||
id: stark_local_actions
|
||||
theme: stark
|
||||
region: content
|
||||
weight: -10
|
||||
provider: null
|
||||
plugin: local_actions_block
|
||||
settings:
|
||||
id: local_actions_block
|
||||
label: 'Primary admin actions'
|
||||
provider: core
|
||||
label_display: '0'
|
||||
visibility: { }
|
22
config/sync/block.block.stark_local_tasks.yml
Normal file
22
config/sync/block.block.stark_local_tasks.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
uuid: f9cc6b7c-244c-4e11-a30f-b9a9f36005eb
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
theme:
|
||||
- stark
|
||||
_core:
|
||||
default_config_hash: c-06bbElRY5sKmglk74ppgTW93Et4-EJFyNiUZMb8JY
|
||||
id: stark_local_tasks
|
||||
theme: stark
|
||||
region: content
|
||||
weight: -20
|
||||
provider: null
|
||||
plugin: local_tasks_block
|
||||
settings:
|
||||
id: local_tasks_block
|
||||
label: Tabs
|
||||
provider: core
|
||||
label_display: '0'
|
||||
primary: true
|
||||
secondary: true
|
||||
visibility: { }
|
22
config/sync/block.block.stark_messages.yml
Normal file
22
config/sync/block.block.stark_messages.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
uuid: 8df177e3-4bce-49d4-ac26-84db6bd4aea3
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- system
|
||||
theme:
|
||||
- stark
|
||||
_core:
|
||||
default_config_hash: 5MNdk3fpMKx_xxBTcz2T11DL4XEU1H5SgHl8BsYdFsA
|
||||
id: stark_messages
|
||||
theme: stark
|
||||
region: highlighted
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: system_messages_block
|
||||
settings:
|
||||
id: system_messages_block
|
||||
label: 'Status messages'
|
||||
provider: system
|
||||
label_display: '0'
|
||||
visibility: { }
|
20
config/sync/block.block.stark_page_title.yml
Normal file
20
config/sync/block.block.stark_page_title.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
uuid: 81af2156-accd-4236-b864-6c6d412e2979
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
theme:
|
||||
- stark
|
||||
_core:
|
||||
default_config_hash: 8yptDf6WrXxeyevUz4nP5vfr7BtxQqCBMninhV2IJ1g
|
||||
id: stark_page_title
|
||||
theme: stark
|
||||
region: content
|
||||
weight: -30
|
||||
provider: null
|
||||
plugin: page_title_block
|
||||
settings:
|
||||
id: page_title_block
|
||||
label: 'Page title'
|
||||
provider: core
|
||||
label_display: '0'
|
||||
visibility: { }
|
27
config/sync/block.block.stark_tools.yml
Normal file
27
config/sync/block.block.stark_tools.yml
Normal file
|
@ -0,0 +1,27 @@
|
|||
uuid: f2f565fb-46a2-4fa2-a061-81a969e706a4
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- system.menu.tools
|
||||
module:
|
||||
- system
|
||||
theme:
|
||||
- stark
|
||||
_core:
|
||||
default_config_hash: uUF2GYN2x5fcmOu26M-gwqUA-yVWMDD_MRmnYfmPzlM
|
||||
id: stark_tools
|
||||
theme: stark
|
||||
region: sidebar_first
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: 'system_menu_block:tools'
|
||||
settings:
|
||||
id: 'system_menu_block:tools'
|
||||
label: Tools
|
||||
provider: system
|
||||
label_display: visible
|
||||
level: 1
|
||||
depth: 0
|
||||
expand_all_items: false
|
||||
visibility: { }
|
22
config/sync/core.base_field_override.node.post.promote.yml
Normal file
22
config/sync/core.base_field_override.node.post.promote.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
uuid: f369f436-ffce-435d-894d-1841662a2329
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.post
|
||||
id: node.post.promote
|
||||
field_name: promote
|
||||
entity_type: node
|
||||
bundle: post
|
||||
label: 'Promoted to front page'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
default_value:
|
||||
-
|
||||
value: 0
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: 'On'
|
||||
off_label: 'Off'
|
||||
field_type: boolean
|
22
config/sync/core.base_field_override.node.post.status.yml
Normal file
22
config/sync/core.base_field_override.node.post.status.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
uuid: 67a61641-9270-45c8-91e0-6112a9483166
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.post
|
||||
id: node.post.status
|
||||
field_name: status
|
||||
entity_type: node
|
||||
bundle: post
|
||||
label: Published
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
default_value:
|
||||
-
|
||||
value: 0
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: 'On'
|
||||
off_label: 'Off'
|
||||
field_type: boolean
|
10
config/sync/core.date_format.fallback.yml
Normal file
10
config/sync/core.date_format.fallback.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
uuid: cbd37c72-6bd1-44de-b75d-dde2fd93ed9c
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: 7klS5IWXrwzVaPpYZFAs6wcx8U2FF1X73OfrtTsvuvE
|
||||
id: fallback
|
||||
label: 'Fallback date format'
|
||||
locked: true
|
||||
pattern: 'D, m/d/Y - H:i'
|
10
config/sync/core.date_format.html_date.yml
Normal file
10
config/sync/core.date_format.html_date.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
uuid: 99582dd0-fee1-4923-a681-eafc9d9450d6
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: EOQltUQPmgc6UQ2rcJ4Xi_leCEJj5ui0TR-12duS-Tk
|
||||
id: html_date
|
||||
label: 'HTML Date'
|
||||
locked: true
|
||||
pattern: Y-m-d
|
10
config/sync/core.date_format.html_datetime.yml
Normal file
10
config/sync/core.date_format.html_datetime.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
uuid: 33e34014-a92d-442d-8541-5b1d7a422253
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: jxfClwZIRXIdcvMrE--WkcZxDGUVoOIE3Sm2NRZlFuE
|
||||
id: html_datetime
|
||||
label: 'HTML Datetime'
|
||||
locked: true
|
||||
pattern: 'Y-m-d\TH:i:sO'
|
10
config/sync/core.date_format.html_month.yml
Normal file
10
config/sync/core.date_format.html_month.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
uuid: 7025a0b1-411b-4ceb-aba8-1ff655d018ad
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: Z7KuCUwM_WdTNvLcoltuX3_8d-s-8FZkTN6KgNwF0eM
|
||||
id: html_month
|
||||
label: 'HTML Month'
|
||||
locked: true
|
||||
pattern: Y-m
|
10
config/sync/core.date_format.html_time.yml
Normal file
10
config/sync/core.date_format.html_time.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
uuid: ba463f34-0c1a-4c96-8e72-0eac1f641870
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: M7yqicYkU36hRy5p9drAaGBBihhUD1OyujFrAaQ93ZE
|
||||
id: html_time
|
||||
label: 'HTML Time'
|
||||
locked: true
|
||||
pattern: 'H:i:s'
|
10
config/sync/core.date_format.html_week.yml
Normal file
10
config/sync/core.date_format.html_week.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
uuid: 130d244b-b9fa-4e69-905c-f95f41473b69
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: wKD4WsoV_wFgv2vgI4mcAAFSIzrye17ykzdwrnApkfY
|
||||
id: html_week
|
||||
label: 'HTML Week'
|
||||
locked: true
|
||||
pattern: Y-\WW
|
10
config/sync/core.date_format.html_year.yml
Normal file
10
config/sync/core.date_format.html_year.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
uuid: efcb7ae1-db22-477c-ade2-7e78cc231059
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: OjekiQuX9RbVQ2_8jOHBL94RgYLePqX7wpfNGgcQzrk
|
||||
id: html_year
|
||||
label: 'HTML Year'
|
||||
locked: true
|
||||
pattern: 'Y'
|
10
config/sync/core.date_format.html_yearless_date.yml
Normal file
10
config/sync/core.date_format.html_yearless_date.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
uuid: 710cee33-ed9d-461c-8db2-adbdcedc07af
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: 5VpawMrKPEPCkoO4YpPa0TDFO2dgiIHfTziJtwlmUxc
|
||||
id: html_yearless_date
|
||||
label: 'HTML Yearless date'
|
||||
locked: true
|
||||
pattern: m-d
|
10
config/sync/core.date_format.long.yml
Normal file
10
config/sync/core.date_format.long.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
uuid: 4a2b6ac6-672f-43dc-a874-5a92cc422f0b
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: og8sWXhBuHbLMw3CoiBEZjgqSyhFBFmcbUW_wLcfNbo
|
||||
id: long
|
||||
label: 'Default long date'
|
||||
locked: false
|
||||
pattern: 'l, F j, Y - H:i'
|
10
config/sync/core.date_format.medium.yml
Normal file
10
config/sync/core.date_format.medium.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
uuid: 9c9123ee-b656-4cb2-b7b0-57ccf36826cc
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: nzL5d024NjXIX_8TlT6uFAu973lmfkmHklJC-2i9rAE
|
||||
id: medium
|
||||
label: 'Default medium date'
|
||||
locked: false
|
||||
pattern: 'D, m/d/Y - H:i'
|
10
config/sync/core.date_format.short.yml
Normal file
10
config/sync/core.date_format.short.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
uuid: 7efe8cd7-ea28-448c-a8b9-8b321263f510
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: AlzeyytA8InBgxIG9H2UDJYs3CG98Zj6yRsDKmlbZwA
|
||||
id: short
|
||||
label: 'Default short date'
|
||||
locked: false
|
||||
pattern: 'm/d/Y - H:i'
|
81
config/sync/core.entity_form_display.node.post.default.yml
Normal file
81
config/sync/core.entity_form_display.node.post.default.yml
Normal file
|
@ -0,0 +1,81 @@
|
|||
uuid: ad5e0f3b-ff9c-46ba-8646-99ea66882119
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.post.body
|
||||
- field.field.node.post.field_tags
|
||||
- node.type.post
|
||||
module:
|
||||
- text
|
||||
id: node.post.default
|
||||
targetEntityType: node
|
||||
bundle: post
|
||||
mode: default
|
||||
content:
|
||||
body:
|
||||
type: text_textarea_with_summary
|
||||
weight: 121
|
||||
settings:
|
||||
rows: 9
|
||||
summary_rows: 3
|
||||
placeholder: ''
|
||||
show_summary: false
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
created:
|
||||
type: datetime_timestamp
|
||||
weight: 10
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_tags:
|
||||
weight: 122
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete_tags
|
||||
region: content
|
||||
promote:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 15
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 120
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
sticky:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 16
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
title:
|
||||
type: string_textfield
|
||||
weight: -5
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
uid:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 5
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
match_limit: 10
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
hidden: { }
|
12
config/sync/core.entity_form_mode.user.register.yml
Normal file
12
config/sync/core.entity_form_mode.user.register.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
uuid: bad5fcb6-b05f-40bf-a1f9-15c2685f9b02
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- user
|
||||
_core:
|
||||
default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI
|
||||
id: user.register
|
||||
label: Register
|
||||
targetEntityType: user
|
||||
cache: true
|
37
config/sync/core.entity_view_display.node.post.default.yml
Normal file
37
config/sync/core.entity_view_display.node.post.default.yml
Normal file
|
@ -0,0 +1,37 @@
|
|||
uuid: 134308d5-6b7b-464e-9e70-ec9e3232fd7a
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.post.body
|
||||
- field.field.node.post.field_tags
|
||||
- node.type.post
|
||||
module:
|
||||
- text
|
||||
- user
|
||||
id: node.post.default
|
||||
targetEntityType: node
|
||||
bundle: post
|
||||
mode: default
|
||||
content:
|
||||
body:
|
||||
label: hidden
|
||||
type: text_default
|
||||
weight: 101
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
field_tags:
|
||||
weight: 102
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
links:
|
||||
weight: 100
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
hidden: { }
|
32
config/sync/core.entity_view_display.node.post.teaser.yml
Normal file
32
config/sync/core.entity_view_display.node.post.teaser.yml
Normal file
|
@ -0,0 +1,32 @@
|
|||
uuid: d9e98a06-87e4-4651-9be0-6b145938323f
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.teaser
|
||||
- field.field.node.post.body
|
||||
- field.field.node.post.field_tags
|
||||
- node.type.post
|
||||
module:
|
||||
- text
|
||||
- user
|
||||
id: node.post.teaser
|
||||
targetEntityType: node
|
||||
bundle: post
|
||||
mode: teaser
|
||||
content:
|
||||
body:
|
||||
label: hidden
|
||||
type: text_summary_or_trimmed
|
||||
weight: 101
|
||||
settings:
|
||||
trim_length: 600
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
links:
|
||||
weight: 100
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
hidden:
|
||||
field_tags: true
|
12
config/sync/core.entity_view_mode.node.full.yml
Normal file
12
config/sync/core.entity_view_mode.node.full.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
uuid: cfbc1fcc-eda7-49c3-98ae-b5df2966ed44
|
||||
langcode: en
|
||||
status: false
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
_core:
|
||||
default_config_hash: ElrtInxGjZd7GaapJ5O9n-ugi2hG2IxFivtgn0tHOsk
|
||||
id: node.full
|
||||
label: 'Full content'
|
||||
targetEntityType: node
|
||||
cache: true
|
12
config/sync/core.entity_view_mode.node.rss.yml
Normal file
12
config/sync/core.entity_view_mode.node.rss.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
uuid: 3cae760b-bbf2-441d-8705-3447a445314c
|
||||
langcode: en
|
||||
status: false
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
_core:
|
||||
default_config_hash: vlYzr-rp2f9NMp-Qlr4sFjlqRq-90mco5-afLNGwCrU
|
||||
id: node.rss
|
||||
label: RSS
|
||||
targetEntityType: node
|
||||
cache: true
|
12
config/sync/core.entity_view_mode.node.search_index.yml
Normal file
12
config/sync/core.entity_view_mode.node.search_index.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
uuid: bc2d0a34-6fa2-4f05-b416-1e3c9f837c8f
|
||||
langcode: en
|
||||
status: false
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
_core:
|
||||
default_config_hash: fVFfJv_GzBRE-wpRHbfD5a3VjnhbEOXG6lvRd3uaccY
|
||||
id: node.search_index
|
||||
label: 'Search index'
|
||||
targetEntityType: node
|
||||
cache: true
|
12
config/sync/core.entity_view_mode.node.search_result.yml
Normal file
12
config/sync/core.entity_view_mode.node.search_result.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
uuid: d1ef4ab9-348e-4c7c-8c89-6ccffae2292b
|
||||
langcode: en
|
||||
status: false
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
_core:
|
||||
default_config_hash: 6GCOQ-jP2RbdbHA5YWQ6bT8CfGbqrBYKOSC_XY4E3ZM
|
||||
id: node.search_result
|
||||
label: 'Search result highlighting input'
|
||||
targetEntityType: node
|
||||
cache: true
|
12
config/sync/core.entity_view_mode.node.teaser.yml
Normal file
12
config/sync/core.entity_view_mode.node.teaser.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
uuid: 753263c5-4177-4aab-8c09-59988c1bbfe7
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
_core:
|
||||
default_config_hash: Mz9qWr1kUYK0mjRAGDsr5XS6PvtZ24en_7ndt-pyWe4
|
||||
id: node.teaser
|
||||
label: Teaser
|
||||
targetEntityType: node
|
||||
cache: true
|
12
config/sync/core.entity_view_mode.taxonomy_term.full.yml
Normal file
12
config/sync/core.entity_view_mode.taxonomy_term.full.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
uuid: f28daddc-85fc-4b98-944e-417f29e04d7e
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- taxonomy
|
||||
_core:
|
||||
default_config_hash: '-PPKjsNQPvoIDjOuUAvlLocYD976MNjb9Zpgyz5_BWE'
|
||||
id: taxonomy_term.full
|
||||
label: 'Taxonomy term page'
|
||||
targetEntityType: taxonomy_term
|
||||
cache: true
|
12
config/sync/core.entity_view_mode.user.compact.yml
Normal file
12
config/sync/core.entity_view_mode.user.compact.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
uuid: 16cdf968-1766-4920-b7cf-8febb88d6896
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- user
|
||||
_core:
|
||||
default_config_hash: 71CSAr_LNPcgu6D6jI4INl1KATkahmeyUFBETAWya8g
|
||||
id: user.compact
|
||||
label: Compact
|
||||
targetEntityType: user
|
||||
cache: true
|
12
config/sync/core.entity_view_mode.user.full.yml
Normal file
12
config/sync/core.entity_view_mode.user.full.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
uuid: 791e630e-648f-4862-8dd5-105f84f23722
|
||||
langcode: en
|
||||
status: false
|
||||
dependencies:
|
||||
module:
|
||||
- user
|
||||
_core:
|
||||
default_config_hash: mQIF_foYjmnVSr9MpcD4CTaJE_FpO1AyDd_DskztGhM
|
||||
id: user.full
|
||||
label: 'User account'
|
||||
targetEntityType: user
|
||||
cache: true
|
30
config/sync/core.extension.yml
Normal file
30
config/sync/core.extension.yml
Normal file
|
@ -0,0 +1,30 @@
|
|||
module:
|
||||
admin_toolbar: 0
|
||||
admin_toolbar_tools: 0
|
||||
block: 0
|
||||
breakpoint: 0
|
||||
dblog: 0
|
||||
dynamic_page_cache: 0
|
||||
field: 0
|
||||
field_ui: 0
|
||||
file: 0
|
||||
filter: 0
|
||||
markdown: 0
|
||||
node: 0
|
||||
page_cache: 0
|
||||
path_alias: 0
|
||||
system: 0
|
||||
taxonomy: 0
|
||||
text: 0
|
||||
toolbar: 0
|
||||
update: 0
|
||||
user: 0
|
||||
minimal: 1000
|
||||
theme:
|
||||
stark: 0
|
||||
stable: 0
|
||||
classy: 0
|
||||
claro: 0
|
||||
profile: minimal
|
||||
_core:
|
||||
default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc
|
3
config/sync/core.menu.static_menu_link_overrides.yml
Normal file
3
config/sync/core.menu.static_menu_link_overrides.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
definitions: { }
|
||||
_core:
|
||||
default_config_hash: jdY7AU0tU-QsjmiOw3W8vwpYMb-By--_MSFgbqKUTYM
|
3
config/sync/dblog.settings.yml
Normal file
3
config/sync/dblog.settings.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
row_limit: 1000
|
||||
_core:
|
||||
default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58
|
23
config/sync/field.field.node.post.body.yml
Normal file
23
config/sync/field.field.node.post.body.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
uuid: 1afa61c1-73eb-4042-a2d6-57ecc3b2bdab
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.body
|
||||
- node.type.post
|
||||
module:
|
||||
- text
|
||||
id: node.post.body
|
||||
field_name: body
|
||||
entity_type: node
|
||||
bundle: post
|
||||
label: Body
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
display_summary: true
|
||||
required_summary: false
|
||||
field_type: text_with_summary
|
29
config/sync/field.field.node.post.field_tags.yml
Normal file
29
config/sync/field.field.node.post.field_tags.yml
Normal file
|
@ -0,0 +1,29 @@
|
|||
uuid: 63676b69-2253-4040-9beb-b539c2d00d39
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_tags
|
||||
- node.type.post
|
||||
- taxonomy.vocabulary.tags
|
||||
id: node.post.field_tags
|
||||
field_name: field_tags
|
||||
entity_type: node
|
||||
bundle: post
|
||||
label: Tags
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: 'default:taxonomy_term'
|
||||
handler_settings:
|
||||
target_bundles:
|
||||
tags: tags
|
||||
sort:
|
||||
field: name
|
||||
direction: asc
|
||||
auto_create: true
|
||||
auto_create_bundle: ''
|
||||
field_type: entity_reference
|
3
config/sync/field.settings.yml
Normal file
3
config/sync/field.settings.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
purge_batch_size: 50
|
||||
_core:
|
||||
default_config_hash: nJk0TAQBzlNo52ehiHI7bIEPLGi0BYqZvPdEn7Chfu0
|
21
config/sync/field.storage.node.body.yml
Normal file
21
config/sync/field.storage.node.body.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
uuid: 52625f35-bc99-4ec0-9299-957fb70421fd
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
- text
|
||||
_core:
|
||||
default_config_hash: EBUo7qOWqaiZaQ_RC9sLY5IoDKphS34v77VIHSACmVY
|
||||
id: node.body
|
||||
field_name: body
|
||||
entity_type: node
|
||||
type: text_with_summary
|
||||
settings: { }
|
||||
module: text
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: true
|
||||
custom_storage: false
|
20
config/sync/field.storage.node.field_tags.yml
Normal file
20
config/sync/field.storage.node.field_tags.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
uuid: aac2dddc-feeb-4ae4-a59f-c4233c88347d
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
- taxonomy
|
||||
id: node.field_tags
|
||||
field_name: field_tags
|
||||
entity_type: node
|
||||
type: entity_reference
|
||||
settings:
|
||||
target_type: taxonomy_term
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: -1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
3
config/sync/field_ui.settings.yml
Normal file
3
config/sync/field_ui.settings.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
field_prefix: field_
|
||||
_core:
|
||||
default_config_hash: Q1nMi90W6YQxKzZAgJQw7Ag9U4JrsEUwkomF0lhvbIM
|
8
config/sync/file.settings.yml
Normal file
8
config/sync/file.settings.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
description:
|
||||
type: textfield
|
||||
length: 128
|
||||
icon:
|
||||
directory: core/modules/file/icons
|
||||
make_unused_managed_files_temporary: false
|
||||
_core:
|
||||
default_config_hash: 0aMkoXYnax5_tHI9C9zHs-K48KJ6K75PHtD9x-0nbgM
|
24
config/sync/filter.format.full_html.yml
Normal file
24
config/sync/filter.format.full_html.yml
Normal file
|
@ -0,0 +1,24 @@
|
|||
uuid: 4125fc7e-c738-438d-b6ae-5eedbeb2c489
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- markdown
|
||||
name: 'Full HTML'
|
||||
format: full_html
|
||||
weight: 0
|
||||
filters:
|
||||
filter_url:
|
||||
id: filter_url
|
||||
provider: filter
|
||||
status: true
|
||||
weight: 0
|
||||
settings:
|
||||
filter_url_length: 72
|
||||
markdown:
|
||||
id: markdown
|
||||
provider: markdown
|
||||
status: true
|
||||
weight: 0
|
||||
settings:
|
||||
markdown_library: php-markdown
|
29
config/sync/filter.format.plain_text.yml
Normal file
29
config/sync/filter.format.plain_text.yml
Normal file
|
@ -0,0 +1,29 @@
|
|||
uuid: ff8442e8-bc89-475a-9ac9-1530b44e580f
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: NIKBt6kw_uPhNI0qtR2DnRf7mSOgAQdx7Q94SKMjXbQ
|
||||
name: 'Plain text'
|
||||
format: plain_text
|
||||
weight: 10
|
||||
filters:
|
||||
filter_html_escape:
|
||||
id: filter_html_escape
|
||||
provider: filter
|
||||
status: true
|
||||
weight: -10
|
||||
settings: { }
|
||||
filter_url:
|
||||
id: filter_url
|
||||
provider: filter
|
||||
status: true
|
||||
weight: 0
|
||||
settings:
|
||||
filter_url_length: 72
|
||||
filter_autop:
|
||||
id: filter_autop
|
||||
provider: filter
|
||||
status: true
|
||||
weight: 0
|
||||
settings: { }
|
4
config/sync/filter.settings.yml
Normal file
4
config/sync/filter.settings.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
fallback_format: plain_text
|
||||
always_show_fallback_choice: false
|
||||
_core:
|
||||
default_config_hash: FiPjM3WdB__ruFA7B6TLwni_UcZbmek5G4b2dxQItxA
|
3
config/sync/markdown.settings.yml
Normal file
3
config/sync/markdown.settings.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
markdown_library: php-markdown
|
||||
_core:
|
||||
default_config_hash: BGlnbueWmcxablTviSA1SF0-yNvbNkUjnvYMMFuUl24
|
3
config/sync/node.settings.yml
Normal file
3
config/sync/node.settings.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
use_admin_theme: true
|
||||
_core:
|
||||
default_config_hash: 2OMXCScXUOLSYID9-phjO4q36nnnaMWNUlDxEqZzG1U
|
11
config/sync/node.type.post.yml
Normal file
11
config/sync/node.type.post.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
uuid: e3672dd9-2caf-438a-940f-0cf60fd9c341
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
name: 'Blog post'
|
||||
type: post
|
||||
description: 'A single blog post.'
|
||||
help: ''
|
||||
new_revision: true
|
||||
preview_mode: 1
|
||||
display_submitted: true
|
13
config/sync/system.action.node_delete_action.yml
Normal file
13
config/sync/system.action.node_delete_action.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
uuid: ef427e99-eb27-4607-9830-83a3edcf904e
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
_core:
|
||||
default_config_hash: t43OqwzP3CTbcAagSsWKNy6KwMm_zShXo3c4-So6rQg
|
||||
id: node_delete_action
|
||||
label: 'Delete content'
|
||||
type: node
|
||||
plugin: 'entity:delete_action:node'
|
||||
configuration: { }
|
13
config/sync/system.action.node_make_sticky_action.yml
Normal file
13
config/sync/system.action.node_make_sticky_action.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
uuid: 4cba23dd-ce04-46b8-af4c-6404f3ce0b7a
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
_core:
|
||||
default_config_hash: sOb26JSy3fGpWkvR0WYN6_hMqj_6d1rvbvrkzp1yya0
|
||||
id: node_make_sticky_action
|
||||
label: 'Make content sticky'
|
||||
type: node
|
||||
plugin: node_make_sticky_action
|
||||
configuration: { }
|
13
config/sync/system.action.node_make_unsticky_action.yml
Normal file
13
config/sync/system.action.node_make_unsticky_action.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
uuid: 045914d0-1aa0-438b-8e5d-857d2296e846
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
_core:
|
||||
default_config_hash: lDM9mvIGAu8Sw8rt-uCO4Sr7yX5VPrDPxYcawkbKd6k
|
||||
id: node_make_unsticky_action
|
||||
label: 'Make content unsticky'
|
||||
type: node
|
||||
plugin: node_make_unsticky_action
|
||||
configuration: { }
|
13
config/sync/system.action.node_promote_action.yml
Normal file
13
config/sync/system.action.node_promote_action.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
uuid: 9a8e8f87-96b7-42e2-a13a-129f99ba97de
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
_core:
|
||||
default_config_hash: N0RDBTqiK4dKoN4p4oW2j0SGWycdHyALUe9M-Ofp89U
|
||||
id: node_promote_action
|
||||
label: 'Promote content to front page'
|
||||
type: node
|
||||
plugin: node_promote_action
|
||||
configuration: { }
|
13
config/sync/system.action.node_publish_action.yml
Normal file
13
config/sync/system.action.node_publish_action.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
uuid: 6c64bc51-da33-46ba-92c3-d5d1d27e1155
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
_core:
|
||||
default_config_hash: 2B9uF8NL5gutNKSdPRAhhAsDWFZZG1PJOBmx0aBGd_0
|
||||
id: node_publish_action
|
||||
label: 'Publish content'
|
||||
type: node
|
||||
plugin: 'entity:publish_action:node'
|
||||
configuration: { }
|
13
config/sync/system.action.node_save_action.yml
Normal file
13
config/sync/system.action.node_save_action.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
uuid: 4a5a0173-b4fd-4037-b26d-c5162d78b3a3
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
_core:
|
||||
default_config_hash: LhdsoZPL_pFas2fjaAWue4zvrQ_tEVofLYtcNec-JGM
|
||||
id: node_save_action
|
||||
label: 'Save content'
|
||||
type: node
|
||||
plugin: 'entity:save_action:node'
|
||||
configuration: { }
|
13
config/sync/system.action.node_unpromote_action.yml
Normal file
13
config/sync/system.action.node_unpromote_action.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
uuid: 98adb29b-7c3f-42da-913d-12e1c4cbb317
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
_core:
|
||||
default_config_hash: JBptjnfuOMtsdKygklXxoOgeOCTMtQxlkymjnnj-cC0
|
||||
id: node_unpromote_action
|
||||
label: 'Remove content from front page'
|
||||
type: node
|
||||
plugin: node_unpromote_action
|
||||
configuration: { }
|
13
config/sync/system.action.node_unpublish_action.yml
Normal file
13
config/sync/system.action.node_unpublish_action.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
uuid: 83b08a1e-98d2-45fe-9452-278820f80b36
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
_core:
|
||||
default_config_hash: C7X8h9FWlwkQ9y5mnU2JzgaZICAdc6HFbPVbhvjlAYE
|
||||
id: node_unpublish_action
|
||||
label: 'Unpublish content'
|
||||
type: node
|
||||
plugin: 'entity:unpublish_action:node'
|
||||
configuration: { }
|
13
config/sync/system.action.taxonomy_term_publish_action.yml
Normal file
13
config/sync/system.action.taxonomy_term_publish_action.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
uuid: a278fde0-b623-4135-aede-5436d2c866a0
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- taxonomy
|
||||
_core:
|
||||
default_config_hash: DoVt_VGgVLcDD4XmVbSFzr0K17SJy9imFiYusKkJBgY
|
||||
id: taxonomy_term_publish_action
|
||||
label: 'Publish taxonomy term'
|
||||
type: taxonomy_term
|
||||
plugin: 'entity:publish_action:taxonomy_term'
|
||||
configuration: { }
|
13
config/sync/system.action.taxonomy_term_unpublish_action.yml
Normal file
13
config/sync/system.action.taxonomy_term_unpublish_action.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
uuid: cbee4bb1-0eae-4da7-a5fa-4a8e79cf6594
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- taxonomy
|
||||
_core:
|
||||
default_config_hash: z2sNRM3ECa7FPCGnSNje_9SmZJQgwhD_6fG_L4Mr8zI
|
||||
id: taxonomy_term_unpublish_action
|
||||
label: 'Unpublish taxonomy term'
|
||||
type: taxonomy_term
|
||||
plugin: 'entity:unpublish_action:taxonomy_term'
|
||||
configuration: { }
|
13
config/sync/system.action.user_block_user_action.yml
Normal file
13
config/sync/system.action.user_block_user_action.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
uuid: 0de02375-6606-401a-8da7-29b0d9861f87
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- user
|
||||
_core:
|
||||
default_config_hash: DyypzTfThX10FFQw-399qPfEbLLyrhXgQrKPVsmAoJ4
|
||||
id: user_block_user_action
|
||||
label: 'Block the selected user(s)'
|
||||
type: user
|
||||
plugin: user_block_user_action
|
||||
configuration: { }
|
13
config/sync/system.action.user_cancel_user_action.yml
Normal file
13
config/sync/system.action.user_cancel_user_action.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
uuid: 6feb463c-8a5b-4265-bd52-59666ba92a42
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- user
|
||||
_core:
|
||||
default_config_hash: nvrL9bFilzBvm2bjO9rQnFDpBA7dBBUjShSSt6NS-DU
|
||||
id: user_cancel_user_action
|
||||
label: 'Cancel the selected user account(s)'
|
||||
type: user
|
||||
plugin: user_cancel_user_action
|
||||
configuration: { }
|
13
config/sync/system.action.user_unblock_user_action.yml
Normal file
13
config/sync/system.action.user_unblock_user_action.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
uuid: 80ad93eb-28e4-457d-88ad-626702d1548b
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- user
|
||||
_core:
|
||||
default_config_hash: SPsUXsR3Rc8d1y3gewzaAKWa1ncea_ywXX3f7LTn7k0
|
||||
id: user_unblock_user_action
|
||||
label: 'Unblock the selected user(s)'
|
||||
type: user
|
||||
plugin: user_unblock_user_action
|
||||
configuration: { }
|
3
config/sync/system.authorize.yml
Normal file
3
config/sync/system.authorize.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
filetransfer_default: null
|
||||
_core:
|
||||
default_config_hash: z63ds8M4zPrylEgFRkRcOlfcsXWwfITzjD4cj1kRdfg
|
6
config/sync/system.cron.yml
Normal file
6
config/sync/system.cron.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
threshold:
|
||||
requirements_warning: 172800
|
||||
requirements_error: 1209600
|
||||
logging: 1
|
||||
_core:
|
||||
default_config_hash: 5Pw921y1EPfFN98wykliBBLArm51pC-SmrXeYCe7d0Y
|
11
config/sync/system.date.yml
Normal file
11
config/sync/system.date.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
country:
|
||||
default: ''
|
||||
first_day: 0
|
||||
timezone:
|
||||
default: UTC
|
||||
user:
|
||||
configurable: true
|
||||
warn: false
|
||||
default: 0
|
||||
_core:
|
||||
default_config_hash: V9UurX2GPT05NWKG9f2GWQqFG2TRG8vczidwjpy7Woo
|
5
config/sync/system.diff.yml
Normal file
5
config/sync/system.diff.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
context:
|
||||
lines_leading: 2
|
||||
lines_trailing: 2
|
||||
_core:
|
||||
default_config_hash: 1WanmaEhxW_vM8_5Ktsdntj8MaO9UBHXg0lN603PsWM
|
5
config/sync/system.file.yml
Normal file
5
config/sync/system.file.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
allow_insecure_uploads: false
|
||||
default_scheme: public
|
||||
temporary_maximum_age: 21600
|
||||
_core:
|
||||
default_config_hash: mguGHCYb9Dw5EcpfjwoShGV1Vjkbz3QuPRCLfxiye-g
|
3
config/sync/system.image.gd.yml
Normal file
3
config/sync/system.image.gd.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
jpeg_quality: 75
|
||||
_core:
|
||||
default_config_hash: eNXaHfkJJUThHeF0nvkoXyPLRrKYGxgHRjORvT4F5rQ
|
3
config/sync/system.image.yml
Normal file
3
config/sync/system.image.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
toolkit: gd
|
||||
_core:
|
||||
default_config_hash: durWHaKeBaq4d9Wpi4RqwADj1OufDepcnJuhVLmKN24
|
3
config/sync/system.logging.yml
Normal file
3
config/sync/system.logging.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
error_level: hide
|
||||
_core:
|
||||
default_config_hash: u3-njszl92FaxjrCMiq0yDcjAfcdx72w1zT1O9dx6aA
|
4
config/sync/system.mail.yml
Normal file
4
config/sync/system.mail.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
interface:
|
||||
default: php_mail
|
||||
_core:
|
||||
default_config_hash: rYgt7uhPafP2ngaN_ZUPFuyI4KdE0zU868zLNSlzKoE
|
4
config/sync/system.maintenance.yml
Normal file
4
config/sync/system.maintenance.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
message: '@site is currently under maintenance. We should be back shortly. Thank you for your patience.'
|
||||
langcode: en
|
||||
_core:
|
||||
default_config_hash: Z5MXifrF77GEAgx0GQ6iWT8wStjFuY8BD9OruofWTJ8
|
10
config/sync/system.menu.account.yml
Normal file
10
config/sync/system.menu.account.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
uuid: d293396f-f01d-40ce-96c3-60aca4b002d0
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: M_Bh81osDyUQ4wV0GgU_NdBNqkzM87sLxjaCdFj9mnw
|
||||
id: account
|
||||
label: 'User account menu'
|
||||
description: 'Links related to the active user account'
|
||||
locked: true
|
10
config/sync/system.menu.admin.yml
Normal file
10
config/sync/system.menu.admin.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
uuid: af28e9a9-945f-481d-b914-1113d9649714
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: sapEi2YDGoI9yQIT_WgIV2vUdQ6DScH0V3fAyTadAL0
|
||||
id: admin
|
||||
label: Administration
|
||||
description: 'Administrative task links'
|
||||
locked: true
|
10
config/sync/system.menu.footer.yml
Normal file
10
config/sync/system.menu.footer.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
uuid: 01b65515-54c4-47c2-8dcd-aabf33e6cd78
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: 7yrlW5z9zdg2eBucB2GPqXKSMQfH9lSRSO4DbWF7AFc
|
||||
id: footer
|
||||
label: Footer
|
||||
description: 'Site information links'
|
||||
locked: true
|
10
config/sync/system.menu.main.yml
Normal file
10
config/sync/system.menu.main.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
uuid: fca561e5-c928-4d96-9974-e86a08e6790d
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: Q2Ra3jfoIVk0f3SjxJX61byRQFVBAbpzYDQOiY-kno8
|
||||
id: main
|
||||
label: 'Main navigation'
|
||||
description: 'Site section links'
|
||||
locked: true
|
10
config/sync/system.menu.tools.yml
Normal file
10
config/sync/system.menu.tools.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
uuid: e1aabd49-5a42-428e-8fb1-4dec54c42222
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: BCM-vV1zzRaLHN18dqAR_CuGOj8AFJvTx7BKl_8Gcxc
|
||||
id: tools
|
||||
label: Tools
|
||||
description: 'User tool links, often added by modules'
|
||||
locked: true
|
17
config/sync/system.performance.yml
Normal file
17
config/sync/system.performance.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
cache:
|
||||
page:
|
||||
max_age: 0
|
||||
css:
|
||||
preprocess: true
|
||||
gzip: true
|
||||
fast_404:
|
||||
enabled: true
|
||||
paths: '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i'
|
||||
exclude_paths: '/\/(?:styles|imagecache)\//'
|
||||
html: '<!DOCTYPE html><html><head><title>404 Not Found</title></head><body><h1>Not Found</h1><p>The requested URL "@path" was not found on this server.</p></body></html>'
|
||||
js:
|
||||
preprocess: true
|
||||
gzip: true
|
||||
stale_file_threshold: 2592000
|
||||
_core:
|
||||
default_config_hash: b2cssrj-lOmATIbdehfCqfCFgVR0qCdxxWhwqa2KBVQ
|
8
config/sync/system.rss.yml
Normal file
8
config/sync/system.rss.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
channel:
|
||||
description: ''
|
||||
items:
|
||||
limit: 10
|
||||
view_mode: rss
|
||||
langcode: en
|
||||
_core:
|
||||
default_config_hash: TlH7NNk46phfxu1mSUfwg1C0YqaGsUCeD4l9JQnQlDU
|
14
config/sync/system.site.yml
Normal file
14
config/sync/system.site.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
uuid: 315b2e52-6e5f-4197-961b-777deee95063
|
||||
name: 'Oliver Davies'
|
||||
mail: oliver+website@oliverdavies.uk
|
||||
slogan: ''
|
||||
page:
|
||||
403: ''
|
||||
404: ''
|
||||
front: /user/login
|
||||
admin_compact_mode: false
|
||||
weight_select_max: 100
|
||||
langcode: en
|
||||
default_langcode: en
|
||||
_core:
|
||||
default_config_hash: yXadRE77Va-G6dxhd2kPYapAvbnSvTF6hO4oXiOEynI
|
16
config/sync/system.theme.global.yml
Normal file
16
config/sync/system.theme.global.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
favicon:
|
||||
mimetype: image/vnd.microsoft.icon
|
||||
path: ''
|
||||
url: ''
|
||||
use_default: true
|
||||
features:
|
||||
comment_user_picture: true
|
||||
comment_user_verification: true
|
||||
favicon: true
|
||||
node_user_picture: false
|
||||
logo:
|
||||
path: ''
|
||||
url: ''
|
||||
use_default: true
|
||||
_core:
|
||||
default_config_hash: KHk8rzK2GMRtdfoAeocFrll8Q7gGtiocl2GF5jnX9cY
|
4
config/sync/system.theme.yml
Normal file
4
config/sync/system.theme.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
admin: claro
|
||||
default: stark
|
||||
_core:
|
||||
default_config_hash: 6lQ55NXM9ysybMQ6NzJj4dtiQ1dAkOYxdDompa-r_kk
|
5
config/sync/taxonomy.settings.yml
Normal file
5
config/sync/taxonomy.settings.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
maintain_index_table: true
|
||||
override_selector: false
|
||||
terms_per_page_admin: 100
|
||||
_core:
|
||||
default_config_hash: zKpaWT6cJc1tVQQaTqatGELaCqU_oyRym6zTl27Yias
|
8
config/sync/taxonomy.vocabulary.tags.yml
Normal file
8
config/sync/taxonomy.vocabulary.tags.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
uuid: 1e665a58-d308-44d1-8c64-1799ba2aff20
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
name: Tags
|
||||
vid: tags
|
||||
description: 'Tags for categorising blog posts.'
|
||||
weight: 0
|
3
config/sync/text.settings.yml
Normal file
3
config/sync/text.settings.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
default_summary_length: 600
|
||||
_core:
|
||||
default_config_hash: Bkewb77RBOK3_aXMPsp8p87gbc03NvmC5gBLzPl7hVA
|
13
config/sync/update.settings.yml
Normal file
13
config/sync/update.settings.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
check:
|
||||
disabled_extensions: false
|
||||
interval_days: 1
|
||||
fetch:
|
||||
url: ''
|
||||
max_attempts: 2
|
||||
timeout: 30
|
||||
notification:
|
||||
emails:
|
||||
- admin@example.com
|
||||
threshold: all
|
||||
_core:
|
||||
default_config_hash: 2QzULf0zovJQx3J06Y9rufzzfi-CY2CTTlEfJJh2Qyw
|
7
config/sync/user.flood.yml
Normal file
7
config/sync/user.flood.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
uid_only: false
|
||||
ip_limit: 50
|
||||
ip_window: 3600
|
||||
user_limit: 5
|
||||
user_window: 21600
|
||||
_core:
|
||||
default_config_hash: UYfMzeP1S8jKm9PSvxf7nQNe8DsNS-3bc2WSNNXBQWs
|
30
config/sync/user.mail.yml
Normal file
30
config/sync/user.mail.yml
Normal file
|
@ -0,0 +1,30 @@
|
|||
cancel_confirm:
|
||||
body: "[user:display-name],\n\nA request to cancel your account has been made at [site:name].\n\nYou may now cancel your account on [site:url-brief] by clicking this link or copying and pasting it into your browser:\n\n[user:cancel-url]\n\nNOTE: The cancellation of your account is not reversible.\n\nThis link expires in one day and nothing will happen if it is not used.\n\n-- [site:name] team"
|
||||
subject: 'Account cancellation request for [user:display-name] at [site:name]'
|
||||
password_reset:
|
||||
body: "[user:display-name],\n\nA request to reset the password for your account has been made at [site:name].\n\nYou may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password. It expires after one day and nothing will happen if it's not used.\n\n-- [site:name] team"
|
||||
subject: 'Replacement login information for [user:display-name] at [site:name]'
|
||||
register_admin_created:
|
||||
body: "[user:display-name],\n\nA site administrator at [site:name] has created an account for you. You may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password.\n\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\n\nusername: [user:name]\npassword: Your password\n\n-- [site:name] team"
|
||||
subject: 'An administrator created an account for you at [site:name]'
|
||||
register_no_approval_required:
|
||||
body: "[user:display-name],\n\nThank you for registering at [site:name]. You may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password.\n\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\n\nusername: [user:name]\npassword: Your password\n\n-- [site:name] team"
|
||||
subject: 'Account details for [user:display-name] at [site:name]'
|
||||
register_pending_approval:
|
||||
body: "[user:display-name],\n\nThank you for registering at [site:name]. Your application for an account is currently pending approval. Once it has been approved, you will receive another email containing information about how to log in, set your password, and other details.\n\n-- [site:name] team"
|
||||
subject: 'Account details for [user:display-name] at [site:name] (pending admin approval)'
|
||||
register_pending_approval_admin:
|
||||
body: "[user:display-name] has applied for an account.\n\n[user:edit-url]"
|
||||
subject: 'Account details for [user:display-name] at [site:name] (pending admin approval)'
|
||||
status_activated:
|
||||
body: "[user:display-name],\n\nYour account at [site:name] has been activated.\n\nYou may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password.\n\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\n\nusername: [user:account-name]\npassword: Your password\n\n-- [site:name] team"
|
||||
subject: 'Account details for [user:display-name] at [site:name] (approved)'
|
||||
status_blocked:
|
||||
body: "[user:display-name],\n\nYour account on [site:name] has been blocked.\n\n-- [site:name] team"
|
||||
subject: 'Account details for [user:display-name] at [site:name] (blocked)'
|
||||
status_canceled:
|
||||
body: "[user:display-name],\n\nYour account on [site:name] has been canceled.\n\n-- [site:name] team"
|
||||
subject: 'Account details for [user:display-name] at [site:name] (canceled)'
|
||||
langcode: en
|
||||
_core:
|
||||
default_config_hash: IWzNdUVX2YSiflxrGSTLIiqTrhgIzbV2C-hRL5DniJM
|
12
config/sync/user.role.anonymous.yml
Normal file
12
config/sync/user.role.anonymous.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
uuid: 6403da8e-a1bb-4d18-b8e0-5762f7e59244
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: j5zLMOdJBqC0bMvSdth5UebkprJB8g_2FXHqhfpJzow
|
||||
id: anonymous
|
||||
label: 'Anonymous user'
|
||||
weight: 0
|
||||
is_admin: false
|
||||
permissions:
|
||||
- 'access content'
|
13
config/sync/user.role.authenticated.yml
Normal file
13
config/sync/user.role.authenticated.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
uuid: ce50ad2e-c42b-44e8-a9c2-7967eab57aaa
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: dJ0L2DNSj5q6XVZAGsuVDpJTh5UeYkIPwKrUOOpr8YI
|
||||
id: authenticated
|
||||
label: 'Authenticated user'
|
||||
weight: 1
|
||||
is_admin: false
|
||||
permissions:
|
||||
- 'access content'
|
||||
- 'use text format full_html'
|
18
config/sync/user.settings.yml
Normal file
18
config/sync/user.settings.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
anonymous: Anonymous
|
||||
verify_mail: true
|
||||
notify:
|
||||
cancel_confirm: true
|
||||
password_reset: true
|
||||
status_activated: true
|
||||
status_blocked: false
|
||||
status_canceled: false
|
||||
register_admin_created: true
|
||||
register_no_approval_required: true
|
||||
register_pending_approval: true
|
||||
register: visitors_admin_approval
|
||||
cancel_method: user_cancel_block
|
||||
password_reset_timeout: 86400
|
||||
password_strength: true
|
||||
langcode: en
|
||||
_core:
|
||||
default_config_hash: w314Zp7B4NbrlV4KeeZLNSmTTpdJiv-KwZO2E1fSSK0
|
Loading…
Reference in a new issue