Skip to content

Commit 416c2dc

Browse files
committed
adding config files
1 parent 777d150 commit 416c2dc

File tree

1,202 files changed

+79940
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,202 files changed

+79940
-2
lines changed

composer.json

100644100755
File mode changed.

config/install/.htaccess

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Deny all requests from Apache 2.4+.
2+
<IfModule mod_authz_core.c>
3+
Require all denied
4+
</IfModule>
5+
6+
# Deny all requests from Apache 2.0-2.2.
7+
<IfModule !mod_authz_core.c>
8+
Deny from all
9+
</IfModule>
10+
11+
# Turn off all options we don't need.
12+
Options -Indexes -ExecCGI -Includes -MultiViews
13+
14+
# Set the catch-all handler to prevent scripts from being executed.
15+
SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
16+
<Files *>
17+
# Override the handler again if we're run later in the evaluation list.
18+
SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003
19+
</Files>
20+
21+
# If we know how to do it safely, disable the PHP engine entirely.
22+
<IfModule mod_php5.c>
23+
php_flag engine off
24+
</IfModule>

config/install/action.settings.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
recursion_limit: 35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
enabled: false
2+
timeout: null
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
enabled: false
2+
timeout: null
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
enabled: false
2+
timeout: null
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
enabled: false
2+
timeout: null
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
enabled: false
2+
timeout: null
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
timeout: 1800
2+
max_timeout: 172800
3+
padding: 60
4+
role_logout: false
5+
redirect_url: /user/login
6+
no_dialog: true
7+
message: 'Your session is about to expire. Do you want to reset it?'
8+
inactivity_message: 'You have been logged out due to inactivity.'
9+
enforce_admin: true
10+
jstimer_format: '%hours%:%mins%:%secs%'
11+
jstimer_js_load_option: false
12+
use_alt_logout_method: false
13+
use_watchdog: false
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
langcode: en
2+
status: true
3+
dependencies:
4+
config:
5+
- system.menu.account
6+
module:
7+
- system
8+
theme:
9+
- bootstrap
10+
id: bootstrap_account_menu
11+
theme: bootstrap
12+
region: navigation_collapsible
13+
weight: 11
14+
provider: null
15+
plugin: 'system_menu_block:account'
16+
settings:
17+
id: 'system_menu_block:account'
18+
label: 'User account menu'
19+
provider: system
20+
label_display: '0'
21+
level: 1
22+
depth: 2
23+
expand_all_items: false
24+
visibility: { }
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
langcode: en
2+
status: true
3+
dependencies:
4+
module:
5+
- system
6+
theme:
7+
- bootstrap
8+
id: bootstrap_branding
9+
theme: bootstrap
10+
region: navigation
11+
weight: 0
12+
provider: null
13+
plugin: system_branding_block
14+
settings:
15+
id: system_branding_block
16+
label: 'Site branding'
17+
provider: system
18+
label_display: '0'
19+
use_site_logo: true
20+
use_site_name: true
21+
use_site_slogan: false
22+
visibility: { }
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
langcode: en
2+
status: true
3+
dependencies:
4+
module:
5+
- system
6+
theme:
7+
- bootstrap
8+
id: bootstrap_breadcrumbs
9+
theme: bootstrap
10+
region: header
11+
weight: -100
12+
provider: null
13+
plugin: system_breadcrumb_block
14+
settings:
15+
id: system_breadcrumb_block
16+
label: Breadcrumbs
17+
provider: system
18+
label_display: '0'
19+
visibility: { }
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
langcode: en
2+
status: true
3+
dependencies:
4+
module:
5+
- system
6+
theme:
7+
- bootstrap
8+
id: bootstrap_content
9+
theme: bootstrap
10+
region: content
11+
weight: 0
12+
provider: null
13+
plugin: system_main_block
14+
settings:
15+
id: system_main_block
16+
label: 'Main page content'
17+
provider: system
18+
label_display: '0'
19+
visibility: { }
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
langcode: en
2+
status: true
3+
dependencies:
4+
config:
5+
- system.menu.footer
6+
module:
7+
- system
8+
theme:
9+
- bootstrap
10+
id: bootstrap_footer
11+
theme: bootstrap
12+
region: footer
13+
weight: 0
14+
provider: null
15+
plugin: 'system_menu_block:footer'
16+
settings:
17+
id: 'system_menu_block:footer'
18+
label: 'Footer menu'
19+
provider: system
20+
label_display: '0'
21+
level: 1
22+
depth: 0
23+
expand_all_items: false
24+
visibility: { }
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
langcode: en
2+
status: true
3+
dependencies:
4+
theme:
5+
- bootstrap
6+
id: bootstrap_local_actions
7+
theme: bootstrap
8+
region: header
9+
weight: 20
10+
provider: null
11+
plugin: local_actions_block
12+
settings:
13+
id: local_actions_block
14+
label: 'Primary admin actions'
15+
provider: core
16+
label_display: '0'
17+
visibility: { }
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
langcode: en
2+
status: true
3+
dependencies:
4+
theme:
5+
- bootstrap
6+
id: bootstrap_local_tasks
7+
theme: bootstrap
8+
region: header
9+
weight: 10
10+
provider: null
11+
plugin: local_tasks_block
12+
settings:
13+
id: local_tasks_block
14+
label: Tabs
15+
provider: core
16+
label_display: '0'
17+
primary: true
18+
secondary: true
19+
visibility: { }
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
langcode: en
2+
status: true
3+
dependencies:
4+
config:
5+
- system.menu.main
6+
module:
7+
- system
8+
theme:
9+
- bootstrap
10+
id: bootstrap_main_menu
11+
theme: bootstrap
12+
region: navigation_collapsible
13+
weight: 10
14+
provider: null
15+
plugin: 'system_menu_block:main'
16+
settings:
17+
id: 'system_menu_block:main'
18+
label: 'Main navigation'
19+
provider: system
20+
label_display: '0'
21+
level: 1
22+
depth: 2
23+
expand_all_items: false
24+
visibility: { }
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
langcode: en
2+
status: true
3+
dependencies:
4+
module:
5+
- system
6+
theme:
7+
- bootstrap
8+
id: bootstrap_messages
9+
theme: bootstrap
10+
region: header
11+
weight: -50
12+
provider: null
13+
plugin: system_messages_block
14+
settings:
15+
id: system_messages_block
16+
label: 'Status messages'
17+
provider: system
18+
label_display: '0'
19+
visibility: { }
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
langcode: en
2+
status: true
3+
dependencies:
4+
theme:
5+
- bootstrap
6+
id: bootstrap_page_title
7+
theme: bootstrap
8+
region: header
9+
weight: 0
10+
provider: null
11+
plugin: page_title_block
12+
settings:
13+
id: page_title_block
14+
label: 'Page title'
15+
provider: core
16+
label_display: '0'
17+
visibility: { }
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
langcode: en
2+
status: true
3+
dependencies:
4+
module:
5+
- system
6+
theme:
7+
- bootstrap
8+
id: bootstrap_powered
9+
theme: bootstrap
10+
region: footer
11+
weight: -10
12+
provider: null
13+
plugin: system_powered_by_block
14+
settings:
15+
id: system_powered_by_block
16+
label: 'Powered by Drupal'
17+
provider: system
18+
label_display: '0'
19+
visibility: { }
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
langcode: en
2+
status: true
3+
dependencies:
4+
config:
5+
- system.menu.tools
6+
module:
7+
- system
8+
theme:
9+
- bootstrap
10+
id: bootstrap_tools
11+
theme: bootstrap
12+
region: sidebar_second
13+
weight: 0
14+
provider: null
15+
plugin: 'system_menu_block:tools'
16+
settings:
17+
id: 'system_menu_block:tools'
18+
label: Tools
19+
provider: system
20+
label_display: visible
21+
level: 1
22+
depth: 0
23+
expand_all_items: false
24+
visibility: { }

config/install/block.block.brand.yml

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
langcode: en
2+
status: true
3+
dependencies:
4+
config:
5+
- system.menu.brand
6+
module:
7+
- language
8+
- system
9+
theme:
10+
- gcweb
11+
id: brand
12+
theme: gcweb
13+
region: branding
14+
weight: 0
15+
provider: null
16+
plugin: 'system_menu_block:brand'
17+
settings:
18+
id: 'system_menu_block:brand'
19+
label: Brand
20+
provider: system
21+
label_display: '0'
22+
level: 1
23+
depth: 0
24+
expand_all_items: false
25+
visibility:
26+
language:
27+
id: language
28+
langcodes:
29+
en: en
30+
negate: false
31+
context_mapping:
32+
language: '@language.current_language_context:language_interface'
+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
langcode: en
2+
status: true
3+
dependencies:
4+
config:
5+
- system.menu.brand-fr
6+
module:
7+
- language
8+
- system
9+
theme:
10+
- gcweb
11+
id: brand_fr
12+
theme: gcweb
13+
region: branding
14+
weight: 0
15+
provider: null
16+
plugin: 'system_menu_block:brand-fr'
17+
settings:
18+
id: 'system_menu_block:brand-fr'
19+
label: 'Brand FR'
20+
provider: system
21+
label_display: visible
22+
level: 1
23+
depth: 0
24+
expand_all_items: false
25+
visibility:
26+
language:
27+
id: language
28+
langcodes:
29+
fr: fr
30+
negate: false
31+
context_mapping:
32+
language: '@language.current_language_context:language_interface'

0 commit comments

Comments
 (0)