Remove the hard-coded footer and menu links
This commit is contained in:
parent
98472ea66b
commit
58869fa91e
6 changed files with 98 additions and 40 deletions
25
config/sync/block.block.opdavies_mainnavigation.yml
Normal file
25
config/sync/block.block.opdavies_mainnavigation.yml
Normal file
|
@ -0,0 +1,25 @@
|
|||
uuid: 99c8b757-57b6-4c44-81ac-46063b0bacac
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- system.menu.main
|
||||
module:
|
||||
- system
|
||||
theme:
|
||||
- opdavies
|
||||
id: opdavies_mainnavigation
|
||||
theme: opdavies
|
||||
region: footer
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: 'system_menu_block:main'
|
||||
settings:
|
||||
id: 'system_menu_block:main'
|
||||
label: 'Main navigation'
|
||||
label_display: '0'
|
||||
provider: system
|
||||
level: 1
|
||||
depth: 0
|
||||
expand_all_items: false
|
||||
visibility: { }
|
|
@ -7,3 +7,9 @@ definitions:
|
|||
weight: 0
|
||||
expanded: false
|
||||
enabled: true
|
||||
standard__front_page:
|
||||
weight: -50
|
||||
menu_name: main
|
||||
parent: ''
|
||||
enabled: true
|
||||
expanded: false
|
||||
|
|
|
@ -2,9 +2,9 @@ _core:
|
|||
default_config_hash: jtno5biznHZbrIgKwzq-ze-7XaQxLCGe6PeUOR7bRiQ
|
||||
cache:
|
||||
page:
|
||||
max_age: 0
|
||||
max_age: 3600
|
||||
css:
|
||||
preprocess: false
|
||||
preprocess: true
|
||||
gzip: true
|
||||
fast_404:
|
||||
enabled: true
|
||||
|
@ -12,5 +12,5 @@ fast_404:
|
|||
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: false
|
||||
preprocess: true
|
||||
gzip: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue