Compare commits
6 commits
893436dad8
...
cf93f3af2f
Author | SHA1 | Date | |
---|---|---|---|
cf93f3af2f | |||
31ec4a580b | |||
172cf30900 | |||
ed9a5a30b4 | |||
8a98723783 | |||
04c91052d8 |
6 changed files with 318 additions and 300 deletions
|
@ -159,7 +159,7 @@
|
|||
"drupal/weight": "^3.3",
|
||||
"drupal/workflow_buttons": "1.x-dev",
|
||||
"drupal/wysiwyg_linebreaks": "^2",
|
||||
"drush/drush": "^12",
|
||||
"drush/drush": "*",
|
||||
"drutopia/drutopia": "2.0.x-dev",
|
||||
"league/commonmark": "^1.0",
|
||||
"vlucas/phpdotenv": "^5.1",
|
||||
|
@ -213,7 +213,7 @@
|
|||
"Adding attributes to views-view-list.html.twig doesn't work if Views List class Style option is empty": "https://www.drupal.org/files/issues/2023-03-16/2845400-24.patch",
|
||||
"Use form element of type date instead textfield when selecting a date in an exposed filter": "https://www.drupal.org/files/issues/2021-12-01/2648950-257.patch",
|
||||
"Views Date Filter Datetime Granularity Option": "https://www.drupal.org/files/issues/2021-04-27/2868014-110-after-2648950-247-applied.patch",
|
||||
"Entity reference filter for all entity reference fields 3347343": "https://git.drupalcode.org/project/drupal/-/merge_requests/4053.diff"
|
||||
"Entity reference filter for all entity reference fields 3347343": "https://www.drupal.org/files/issues/2024-03-14/3347343-10.2.x.patch"
|
||||
},
|
||||
"drupal/ds": {
|
||||
"Parent theme template inheritance bug": "https://www.drupal.org/files/issues/2021-02-22/2895316-12.patch"
|
||||
|
|
551
composer.lock
generated
551
composer.lock
generated
File diff suppressed because it is too large
Load diff
26
config/asset_injector.css.sticky_navbar.yml
Normal file
26
config/asset_injector.css.sticky_navbar.yml
Normal file
|
@ -0,0 +1,26 @@
|
|||
uuid: 16f0e340-e8c1-42f3-8be8-e25b8f89cd3e
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- block_visibility_groups
|
||||
id: sticky_navbar
|
||||
label: 'Sticky navbar'
|
||||
code: |-
|
||||
.navbar {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.navbar-burger {
|
||||
align-self: center;
|
||||
}
|
||||
media: all
|
||||
preprocess: true
|
||||
conditions:
|
||||
condition_group:
|
||||
id: condition_group
|
||||
negate: false
|
||||
block_visibility_group: ''
|
||||
contexts: { }
|
||||
conditions_require_all: true
|
31
config/block.block.octavia_homeandbookinglinks.yml
Normal file
31
config/block.block.octavia_homeandbookinglinks.yml
Normal file
|
@ -0,0 +1,31 @@
|
|||
uuid: a7461e9d-867c-40fa-a571-eb1f8b6d2a37
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
content:
|
||||
- 'block_content:basic:2163a919-d0d5-44c2-98dd-1ff7956f168b'
|
||||
module:
|
||||
- block_class
|
||||
- block_content
|
||||
- block_visibility_groups
|
||||
theme:
|
||||
- octavia
|
||||
id: octavia_homeandbookinglinks
|
||||
theme: octavia
|
||||
region: footer
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: 'block_content:2163a919-d0d5-44c2-98dd-1ff7956f168b'
|
||||
settings:
|
||||
id: 'block_content:2163a919-d0d5-44c2-98dd-1ff7956f168b'
|
||||
label: 'Home and Booking links'
|
||||
label_display: '0'
|
||||
provider: block_content
|
||||
status: true
|
||||
info: ''
|
||||
view_mode: full
|
||||
visibility:
|
||||
condition_group:
|
||||
id: condition_group
|
||||
negate: false
|
||||
block_visibility_group: ''
|
|
@ -219,9 +219,10 @@ display:
|
|||
path: articles
|
||||
menu:
|
||||
type: normal
|
||||
title: News
|
||||
description: 'Keep up to date.'
|
||||
title: Blog
|
||||
description: ''
|
||||
weight: -48
|
||||
enabled: true
|
||||
expanded: false
|
||||
menu_name: main
|
||||
parent: 'menu_link_content:3f594be0-bb0f-4b30-923e-e7984983a0fd'
|
||||
|
|
|
@ -261,6 +261,7 @@ display:
|
|||
title: Blog
|
||||
description: 'Follow our blogs.'
|
||||
weight: -50
|
||||
enabled: false
|
||||
expanded: false
|
||||
menu_name: main
|
||||
parent: 'menu_link_content:3f594be0-bb0f-4b30-923e-e7984983a0fd'
|
||||
|
|
Loading…
Reference in a new issue