Compare commits
No commits in common. "02394191b1107adb688c7eb114f2d169786514df" and "0694106e730b7d0ea079fd5b20404717bc03919d" have entirely different histories.
02394191b1
...
0694106e73
7 changed files with 472 additions and 487 deletions
879
composer.lock
generated
879
composer.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -1,24 +0,0 @@
|
|||
# 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_php.c>
|
||||
php_flag engine off
|
||||
</IfModule>
|
|
@ -35,11 +35,16 @@ third_party_settings:
|
|||
attributes: ''
|
||||
link_attribute: ''
|
||||
link_custom: ''
|
||||
label: ''
|
||||
regions:
|
||||
ds_content:
|
||||
- node_title
|
||||
- node_post_date
|
||||
fields:
|
||||
node_post_date:
|
||||
plugin_id: node_post_date
|
||||
weight: 1
|
||||
label: hidden
|
||||
formatter: ds_post_date_month_day_year
|
||||
node_title:
|
||||
plugin_id: node_title
|
||||
weight: 0
|
||||
|
|
|
@ -45,6 +45,7 @@ third_party_settings:
|
|||
- field_media_image
|
||||
- group_card_content
|
||||
- group_card_content_bottom
|
||||
- node_post_date
|
||||
- node_title
|
||||
- field_summary
|
||||
- field_topics
|
||||
|
@ -58,9 +59,15 @@ third_party_settings:
|
|||
link: true
|
||||
wrapper: h2
|
||||
class: ''
|
||||
node_post_date:
|
||||
plugin_id: node_post_date
|
||||
weight: 3
|
||||
label: hidden
|
||||
formatter: ds_post_date_month_day_year
|
||||
field_group:
|
||||
group_card_content:
|
||||
children:
|
||||
- node_post_date
|
||||
- node_title
|
||||
- field_summary
|
||||
label: 'Card content'
|
||||
|
|
|
@ -49,6 +49,7 @@ third_party_settings:
|
|||
header:
|
||||
- field_media_image
|
||||
left:
|
||||
- node_post_date
|
||||
- field_authors
|
||||
middle:
|
||||
- field_body_paragraph
|
||||
|
@ -57,6 +58,12 @@ third_party_settings:
|
|||
- field_tags
|
||||
- comment
|
||||
- links
|
||||
fields:
|
||||
node_post_date:
|
||||
plugin_id: node_post_date
|
||||
weight: 1
|
||||
label: hidden
|
||||
formatter: ds_post_date_month_day_year
|
||||
_core:
|
||||
default_config_hash: RT_7MhkI9uUn9cu6UzAX5JL1XbXUyu_e4l7gvc5aID8
|
||||
id: node.article.full
|
||||
|
@ -71,7 +78,7 @@ content:
|
|||
view_mode: default
|
||||
pager_id: 0
|
||||
third_party_settings: { }
|
||||
weight: 6
|
||||
weight: 7
|
||||
region: middle
|
||||
field_article_type:
|
||||
type: entity_reference_label
|
||||
|
@ -79,7 +86,7 @@ content:
|
|||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
weight: 4
|
||||
region: middle
|
||||
field_authors:
|
||||
type: entity_reference_label
|
||||
|
@ -89,7 +96,7 @@ content:
|
|||
third_party_settings:
|
||||
ds:
|
||||
ds_limit: ''
|
||||
weight: 1
|
||||
weight: 2
|
||||
region: left
|
||||
field_body_paragraph:
|
||||
type: entity_reference_revisions_entity_view
|
||||
|
@ -98,7 +105,7 @@ content:
|
|||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
weight: 3
|
||||
region: middle
|
||||
field_media_image:
|
||||
type: media_responsive_thumbnail
|
||||
|
@ -117,7 +124,7 @@ content:
|
|||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
weight: 6
|
||||
region: middle
|
||||
field_topics:
|
||||
type: entity_reference_label
|
||||
|
@ -125,12 +132,12 @@ content:
|
|||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
weight: 5
|
||||
region: middle
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 7
|
||||
weight: 8
|
||||
region: middle
|
||||
hidden:
|
||||
body: true
|
||||
|
|
|
@ -1,14 +1,5 @@
|
|||
_core:
|
||||
default_config_hash: 67Xcg6LAsHVMjU8lsXcnGGSsYifNZYozNWZPyqK0gaA
|
||||
favicon:
|
||||
use_default: true
|
||||
features:
|
||||
comment_user_picture: true
|
||||
comment_user_verification: true
|
||||
favicon: true
|
||||
node_user_picture: true
|
||||
logo:
|
||||
use_default: true
|
||||
general:
|
||||
block: 0
|
||||
icon: 1
|
||||
|
@ -44,4 +35,12 @@ cdn:
|
|||
bulmaswatch:
|
||||
version: 0.5.1
|
||||
theme: default
|
||||
skin: radish
|
||||
features:
|
||||
node_user_picture: true
|
||||
comment_user_picture: true
|
||||
comment_user_verification: true
|
||||
favicon: true
|
||||
logo:
|
||||
use_default: true
|
||||
favicon:
|
||||
use_default: true
|
||||
|
|
|
@ -4,7 +4,7 @@ langcode: en
|
|||
uuid: d8f028a8-f459-47a3-b265-284ba45ec6cc
|
||||
name: 'Experience Olympic'
|
||||
mail: tours@ExperienceOlympic.com
|
||||
slogan: 'Experience Olympic National Park with us'
|
||||
slogan: 'Savor the Biodiversity of Olympic National Park on our Guided Wildlife Tours'
|
||||
page:
|
||||
403: ''
|
||||
404: ''
|
||||
|
|
Loading…
Reference in a new issue