added styled sitesmap_block into lessites view

This commit is contained in:
Bachir Soussi Chiadmi 2024-11-05 10:34:02 +01:00
parent e6271c6624
commit 8ae4061e64
4 changed files with 78 additions and 15 deletions

View File

@ -37,6 +37,7 @@
"drupal/quick_node_clone": "^1.18", "drupal/quick_node_clone": "^1.18",
"drupal/simple_sitemap": "^4.1", "drupal/simple_sitemap": "^4.1",
"drupal/social_media_links": "^2.9", "drupal/social_media_links": "^2.9",
"drupal/views_block_area": "^1.0@beta",
"drupal/viewsreference": "^2.0@beta", "drupal/viewsreference": "^2.0@beta",
"drupal/yaml_editor": "^1.2", "drupal/yaml_editor": "^1.2",
"drush/drush": "^12.4", "drush/drush": "^12.4",

77
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "d9c788ae880184300ad1f5beb62e85a1", "content-hash": "3f682451141745b61e2f384d1c28ce84",
"packages": [ "packages": [
{ {
"name": "asm89/stack-cors", "name": "asm89/stack-cors",
@ -7563,6 +7563,66 @@
"source": "https://git.drupalcode.org/project/video_embed_field" "source": "https://git.drupalcode.org/project/video_embed_field"
} }
}, },
{
"name": "drupal/views_block_area",
"version": "1.0.0-beta4",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/views_block_area.git",
"reference": "8.x-1.0-beta4"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/views_block_area-8.x-1.0-beta4.zip",
"reference": "8.x-1.0-beta4",
"shasum": "8386f4946340d2284b3ab830e698ec0954b14de0"
},
"require": {
"drupal/core": "^8 || ^9 || ^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0-beta4",
"datestamp": "1674121539",
"security-coverage": {
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "bohart",
"homepage": "https://www.drupal.org/user/289861"
},
{
"name": "cafuego",
"homepage": "https://www.drupal.org/user/218525"
},
{
"name": "Leon Kessler",
"homepage": "https://www.drupal.org/user/595374"
},
{
"name": "nils.destoop",
"homepage": "https://www.drupal.org/user/361625"
},
{
"name": "paulrad",
"homepage": "https://www.drupal.org/user/3722439"
}
],
"description": "Exposes all blocks as a views area.",
"homepage": "https://www.drupal.org/project/views_block_area",
"support": {
"source": "https://git.drupalcode.org/project/views_block_area"
}
},
{ {
"name": "drupal/views_bulk_edit", "name": "drupal/views_bulk_edit",
"version": "2.9.0", "version": "2.9.0",
@ -12889,13 +12949,11 @@
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": {
"drupal/block_field": 5,
"drupal/page_manager": 5,
"drupal/viewsreference": 10,
"drupal/advanced_text_formatter": 5, "drupal/advanced_text_formatter": 5,
"drupal/block_field": 5,
"drupal/bulkdelete": 20, "drupal/bulkdelete": 20,
"drupal/config_ignore": 5,
"drupal/config_devel": 20, "drupal/config_devel": 20,
"drupal/config_ignore": 5,
"drupal/config_update": 15, "drupal/config_update": 15,
"drupal/context": 5, "drupal/context": 5,
"drupal/date_range_formatter": 20, "drupal/date_range_formatter": 20,
@ -12910,17 +12968,20 @@
"drupal/maxlength": 10, "drupal/maxlength": 10,
"drupal/menu_block": 20, "drupal/menu_block": 20,
"drupal/menu_position": 20, "drupal/menu_position": 20,
"drupal/page_manager": 5,
"drupal/path_alias_xt": 20, "drupal/path_alias_xt": 20,
"drupal/pathologic": 15, "drupal/pathologic": 15,
"drupal/profile": 5, "drupal/profile": 5,
"drupal/smtp": 10, "drupal/smtp": 10,
"drupal/synonyms": 10, "drupal/synonyms": 10,
"drupal/translation_views": 15, "drupal/translation_views": 15,
"drupal/ultimate_cron": 15 "drupal/ultimate_cron": 15,
"drupal/views_block_area": 10,
"drupal/viewsreference": 10
}, },
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": {},
"platform-dev": [], "platform-dev": {},
"plugin-api-version": "2.6.0" "plugin-api-version": "2.6.0"
} }

View File

@ -118,6 +118,7 @@ module:
update: 0 update: 0
user: 0 user: 0
video_embed_field: 0 video_embed_field: 0
views_block_area: 0
views_bulk_edit: 0 views_bulk_edit: 0
views_bulk_operations: 0 views_bulk_operations: 0
views_ui: 0 views_ui: 0

View File

@ -13,6 +13,7 @@ dependencies:
- leaflet_views - leaflet_views
- node - node
- user - user
- views_block_area
id: sites id: sites
label: Sites label: Sites
module: views module: views
@ -728,17 +729,16 @@ display:
defaults: defaults:
header: false header: false
header: header:
view: views_block_area:
id: view id: views_block_area
table: views table: views
field: view field: views_block_area
relationship: none relationship: none
group_type: group group_type: group
admin_label: '' admin_label: ''
plugin_id: view plugin_id: views_block_area
empty: true block_id: sitesmap_block
view_to_insert: 'sites:embed_1' empty: false
inherit_arguments: true
display_extenders: display_extenders:
matomo: matomo:
enabled: false enabled: false