-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
74 changed files
with
881 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# 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_php7.c> | ||
php_flag engine off | ||
</IfModule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
uuid: 059e09f2-8d51-45af-9b28-e84f416a7e2b | ||
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: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
uuid: 7151b0b1-ec29-4bfd-9141-4988aedf4e08 | ||
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: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
uuid: a73ccb99-ea5d-4b00-98c3-40ccd4d29cfe | ||
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: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
uuid: 757d99e5-ae22-4568-a48b-dad62c168a1d | ||
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: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
uuid: f2fec150-8773-422a-adc4-dda52e4c24c0 | ||
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: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
uuid: 207f86b8-4f96-4360-9f88-078f45e83a4f | ||
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: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
uuid: b399af0b-856c-45c2-84e3-0f7c3229725d | ||
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: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
uuid: c8490764-65d9-45be-9e54-f7aba33f74be | ||
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
uuid: 654aed6d-e3b5-4a0c-8edc-fb1e25eef5c9 | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
uuid: 559ef199-db80-4187-956c-272b8da0d9ad | ||
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
uuid: ef836b0e-1706-4cdb-bf0f-7480bd7eeaf2 | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
uuid: ccfbad43-e4f3-4d74-a139-6957679693ca | ||
langcode: en | ||
status: true | ||
dependencies: { } | ||
_core: | ||
default_config_hash: M7yqicYkU36hRy5p9drAaGBBihhUD1OyujFrAaQ93ZE | ||
id: html_time | ||
label: 'HTML Time' | ||
locked: true | ||
pattern: 'H:i:s' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
uuid: 1d0c0758-8fdf-4b32-8e9b-102c313123fb | ||
langcode: en | ||
status: true | ||
dependencies: { } | ||
_core: | ||
default_config_hash: wKD4WsoV_wFgv2vgI4mcAAFSIzrye17ykzdwrnApkfY | ||
id: html_week | ||
label: 'HTML Week' | ||
locked: true | ||
pattern: Y-\WW |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
uuid: 7dd02bd2-f1bc-41e5-9e3f-d723d22f55c2 | ||
langcode: en | ||
status: true | ||
dependencies: { } | ||
_core: | ||
default_config_hash: OjekiQuX9RbVQ2_8jOHBL94RgYLePqX7wpfNGgcQzrk | ||
id: html_year | ||
label: 'HTML Year' | ||
locked: true | ||
pattern: 'Y' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
uuid: b288c758-53ad-4984-969a-286419b46054 | ||
langcode: en | ||
status: true | ||
dependencies: { } | ||
_core: | ||
default_config_hash: 5VpawMrKPEPCkoO4YpPa0TDFO2dgiIHfTziJtwlmUxc | ||
id: html_yearless_date | ||
label: 'HTML Yearless date' | ||
locked: true | ||
pattern: m-d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
uuid: d91a2f1f-4212-473b-b831-bf373040b8cd | ||
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
uuid: e3b857f9-b181-45ac-ac67-f31973d2785b | ||
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
uuid: 7be4c829-d274-4b8f-839f-0342389098d3 | ||
langcode: en | ||
status: true | ||
dependencies: { } | ||
_core: | ||
default_config_hash: AlzeyytA8InBgxIG9H2UDJYs3CG98Zj6yRsDKmlbZwA | ||
id: short | ||
label: 'Default short date' | ||
locked: false | ||
pattern: 'm/d/Y - H:i' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
uuid: 10369064-df1c-4635-a40a-2e757a9506ff | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- user | ||
_core: | ||
default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI | ||
id: user.register | ||
label: Register | ||
targetEntityType: user | ||
cache: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
uuid: 21338dd7-e884-4a28-9b91-d06e90c2b478 | ||
langcode: en | ||
status: false | ||
dependencies: | ||
module: | ||
- node | ||
_core: | ||
default_config_hash: ElrtInxGjZd7GaapJ5O9n-ugi2hG2IxFivtgn0tHOsk | ||
id: node.full | ||
label: 'Full content' | ||
targetEntityType: node | ||
cache: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
uuid: 10c7ae99-22d1-4c93-ae17-e2763fb40338 | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
uuid: d17c2887-9168-4496-944f-71684f23725f | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
uuid: b3037bae-9b00-48a1-8050-7f800a36e5e4 | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
uuid: 83287324-81f0-417f-ab62-19de432b29bd | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- node | ||
_core: | ||
default_config_hash: Mz9qWr1kUYK0mjRAGDsr5XS6PvtZ24en_7ndt-pyWe4 | ||
id: node.teaser | ||
label: Teaser | ||
targetEntityType: node | ||
cache: true |
Oops, something went wrong.