patched leaflet_more_map for stamen x stadiamaps.com, updated views_bulk_edit
This commit is contained in:
@@ -140,6 +140,9 @@
|
|||||||
},
|
},
|
||||||
"drupal/page_manager": {
|
"drupal/page_manager": {
|
||||||
"optional path arguments https://www.drupal.org/project/page_manager/issues/2810329" : "https://www.drupal.org/files/issues/2020-06-04/page_manager-allow_optional_parameters-2810329-16.patch"
|
"optional path arguments https://www.drupal.org/project/page_manager/issues/2810329" : "https://www.drupal.org/files/issues/2020-06-04/page_manager-allow_optional_parameters-2810329-16.patch"
|
||||||
|
},
|
||||||
|
"drupal/leaflet_more_maps": {
|
||||||
|
"Stamen map tiles moving to Stadia hosting and will no longer be available at old URL https://www.drupal.org/project/leaflet_more_maps/issues/3393412": "https://git.drupalcode.org/project/leaflet_more_maps/-/merge_requests/5.diff"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Generated
+16
-12
@@ -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": "1776611211486f239fefcac487de127f",
|
"content-hash": "d7e66c13bb2cc1a87dcc389c5ddc751c",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "alchemy/zippy",
|
"name": "alchemy/zippy",
|
||||||
@@ -9068,23 +9068,23 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/views_bulk_edit",
|
"name": "drupal/views_bulk_edit",
|
||||||
"version": "2.6.0",
|
"version": "2.9.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupalcode.org/project/views_bulk_edit.git",
|
"url": "https://git.drupalcode.org/project/views_bulk_edit.git",
|
||||||
"reference": "8.x-2.6"
|
"reference": "8.x-2.9"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://ftp.drupal.org/files/projects/views_bulk_edit-8.x-2.6.zip",
|
"url": "https://ftp.drupal.org/files/projects/views_bulk_edit-8.x-2.9.zip",
|
||||||
"reference": "8.x-2.6",
|
"reference": "8.x-2.9",
|
||||||
"shasum": "0e0f1dab2fa0903cbe2656e754b0d9ed3a935fbb"
|
"shasum": "db45a8cc9ac629859374b24974eafcef257e4387"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/core": "^8 || ^9"
|
"drupal/core": "^9.4 || ^10"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"drupal/views_bulk_operations": "~3.0"
|
"drupal/views_bulk_operations": "~4.2.4"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"drupal/views_bulk_operations": "Get VBO for all the views benefits like batching, ability to select all view results or persistent selection across pages"
|
"drupal/views_bulk_operations": "Get VBO for all the views benefits like batching, ability to select all view results or persistent selection across pages"
|
||||||
@@ -9092,8 +9092,8 @@
|
|||||||
"type": "drupal-module",
|
"type": "drupal-module",
|
||||||
"extra": {
|
"extra": {
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "8.x-2.6",
|
"version": "8.x-2.9",
|
||||||
"datestamp": "1623748025",
|
"datestamp": "1690222256",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "covered",
|
"status": "covered",
|
||||||
"message": "Covered by Drupal's security advisory policy"
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
@@ -9110,8 +9110,12 @@
|
|||||||
"homepage": "https://www.drupal.org/u/graber"
|
"homepage": "https://www.drupal.org/u/graber"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "benjy",
|
"name": "Graber",
|
||||||
"homepage": "https://www.drupal.org/user/1852732"
|
"homepage": "https://www.drupal.org/user/1599440"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "joseph.olstad",
|
||||||
|
"homepage": "https://www.drupal.org/user/1321830"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Allows bulk edition of entity field values.",
|
"description": "Allows bulk edition of entity field values.",
|
||||||
|
|||||||
+152
-130
@@ -438,7 +438,6 @@ display:
|
|||||||
data_source: field_geofield
|
data_source: field_geofield
|
||||||
entity_source: __base_table
|
entity_source: __base_table
|
||||||
name_field: title
|
name_field: title
|
||||||
description_field: ''
|
|
||||||
view_mode: full
|
view_mode: full
|
||||||
leaflet_map: 'OSM Mapnik'
|
leaflet_map: 'OSM Mapnik'
|
||||||
height: '400'
|
height: '400'
|
||||||
@@ -500,6 +499,7 @@ display:
|
|||||||
zoom: 16
|
zoom: 16
|
||||||
popup: false
|
popup: false
|
||||||
options: ''
|
options: ''
|
||||||
|
description_field: ''
|
||||||
row:
|
row:
|
||||||
type: 'entity:node'
|
type: 'entity:node'
|
||||||
options:
|
options:
|
||||||
@@ -875,83 +875,83 @@ display:
|
|||||||
display_extenders:
|
display_extenders:
|
||||||
views_ef_fieldset:
|
views_ef_fieldset:
|
||||||
views_ef_fieldset:
|
views_ef_fieldset:
|
||||||
enabled: 0
|
enabled: false
|
||||||
options:
|
options:
|
||||||
sort:
|
sort:
|
||||||
root:
|
root:
|
||||||
container_type: details
|
container_type: details
|
||||||
title: Filtres
|
|
||||||
description: ''
|
|
||||||
open: '1'
|
|
||||||
weight: '0'
|
|
||||||
id: root
|
|
||||||
pid: ''
|
|
||||||
depth: '0'
|
depth: '0'
|
||||||
|
description: ''
|
||||||
|
id: root
|
||||||
|
open: true
|
||||||
|
pid: ''
|
||||||
|
title: Filtres
|
||||||
type: container
|
type: container
|
||||||
|
weight: '0'
|
||||||
field_incube_value:
|
field_incube_value:
|
||||||
weight: '-8'
|
depth: '1'
|
||||||
id: field_incube_value
|
id: field_incube_value
|
||||||
pid: root
|
pid: root
|
||||||
depth: '1'
|
|
||||||
type: filter
|
type: filter
|
||||||
field_neuf_rehabilitation_value:
|
|
||||||
weight: '-8'
|
weight: '-8'
|
||||||
|
field_neuf_rehabilitation_value:
|
||||||
|
depth: '1'
|
||||||
id: field_neuf_rehabilitation_value
|
id: field_neuf_rehabilitation_value
|
||||||
pid: root
|
pid: root
|
||||||
depth: '1'
|
|
||||||
type: filter
|
type: filter
|
||||||
field_encours_fini_value:
|
|
||||||
weight: '-8'
|
weight: '-8'
|
||||||
|
field_encours_fini_value:
|
||||||
|
depth: '1'
|
||||||
id: field_encours_fini_value
|
id: field_encours_fini_value
|
||||||
pid: root
|
pid: root
|
||||||
depth: '1'
|
|
||||||
type: filter
|
type: filter
|
||||||
submit:
|
|
||||||
weight: '-8'
|
weight: '-8'
|
||||||
|
submit:
|
||||||
|
depth: '1'
|
||||||
id: submit
|
id: submit
|
||||||
pid: root
|
pid: root
|
||||||
depth: '1'
|
|
||||||
type: buttons
|
type: buttons
|
||||||
|
weight: '-8'
|
||||||
container-0:
|
container-0:
|
||||||
container_type: details
|
container_type: details
|
||||||
title: 'Container 0'
|
|
||||||
description: ''
|
|
||||||
weight: '-7'
|
|
||||||
open: 0
|
|
||||||
id: container-0
|
|
||||||
pid: root
|
|
||||||
depth: '1'
|
depth: '1'
|
||||||
|
description: ''
|
||||||
|
id: container-0
|
||||||
|
open: false
|
||||||
|
pid: root
|
||||||
|
title: 'Container 0'
|
||||||
type: container
|
type: container
|
||||||
|
weight: '-7'
|
||||||
container-1:
|
container-1:
|
||||||
container_type: details
|
container_type: details
|
||||||
title: 'Container 1'
|
|
||||||
description: ''
|
|
||||||
weight: '-6'
|
|
||||||
open: 0
|
|
||||||
id: container-1
|
|
||||||
pid: root
|
|
||||||
depth: '1'
|
depth: '1'
|
||||||
|
description: ''
|
||||||
|
id: container-1
|
||||||
|
open: false
|
||||||
|
pid: root
|
||||||
|
title: 'Container 1'
|
||||||
type: container
|
type: container
|
||||||
|
weight: '-6'
|
||||||
container-2:
|
container-2:
|
||||||
container_type: details
|
container_type: details
|
||||||
title: 'Container 2'
|
|
||||||
description: ''
|
|
||||||
weight: '-5'
|
|
||||||
open: 0
|
|
||||||
id: container-2
|
|
||||||
pid: root
|
|
||||||
depth: '1'
|
depth: '1'
|
||||||
|
description: ''
|
||||||
|
id: container-2
|
||||||
|
open: false
|
||||||
|
pid: root
|
||||||
|
title: 'Container 2'
|
||||||
type: container
|
type: container
|
||||||
|
weight: '-5'
|
||||||
container-3:
|
container-3:
|
||||||
container_type: details
|
container_type: details
|
||||||
title: 'Container 3'
|
|
||||||
description: ''
|
|
||||||
weight: '-4'
|
|
||||||
open: 0
|
|
||||||
id: container-3
|
|
||||||
pid: root
|
|
||||||
depth: '1'
|
depth: '1'
|
||||||
|
description: ''
|
||||||
|
id: container-3
|
||||||
|
open: false
|
||||||
|
pid: root
|
||||||
|
title: 'Container 3'
|
||||||
type: container
|
type: container
|
||||||
|
weight: '-4'
|
||||||
block_description: 'Projets block'
|
block_description: 'Projets block'
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
max-age: -1
|
max-age: -1
|
||||||
@@ -1324,25 +1324,40 @@ display:
|
|||||||
type: leaflet_map
|
type: leaflet_map
|
||||||
options:
|
options:
|
||||||
grouping: { }
|
grouping: { }
|
||||||
data_source: field_geofield
|
data_source:
|
||||||
|
field_geofield: field_geofield
|
||||||
entity_source: __base_table
|
entity_source: __base_table
|
||||||
name_field: title
|
name_field: title
|
||||||
description_field: title
|
leaflet_tooltip:
|
||||||
view_mode: full
|
value: ''
|
||||||
|
options: '{"permanent":false,"direction":"center"}'
|
||||||
|
leaflet_popup:
|
||||||
|
value: title
|
||||||
|
options: '{"maxWidth":"300","minWidth":"50","autoPan":true}'
|
||||||
|
view_mode: full
|
||||||
leaflet_map: stamen-toner-lite
|
leaflet_map: stamen-toner-lite
|
||||||
height: '400'
|
height: '400'
|
||||||
height_unit: px
|
height_unit: px
|
||||||
hide_empty_map: false
|
hide_empty_map: false
|
||||||
disable_wheel: false
|
disable_wheel: false
|
||||||
gesture_handling: false
|
gesture_handling: false
|
||||||
|
fitbounds_options: '{"padding":[0,0]}'
|
||||||
reset_map:
|
reset_map:
|
||||||
control: false
|
control: false
|
||||||
position: topright
|
options: '{"position":"topleft","title":"Reset View"}'
|
||||||
|
map_scale:
|
||||||
|
control: false
|
||||||
|
options: '{"position":"bottomright","maxWidth":100,"metric":true,"imperial":false,"updateWhenIdle":false}'
|
||||||
|
locate:
|
||||||
|
control: false
|
||||||
|
options: '{"position":"topright","setView":"untilPanOrZoom","returnToPrevBounds":true,"keepCurrentZoomLevel":true,"strings":{"title":"Locate my position"}}'
|
||||||
|
automatic: false
|
||||||
map_position:
|
map_position:
|
||||||
force: true
|
force: true
|
||||||
center:
|
center:
|
||||||
lat: 46.897597
|
lat: 46.897597
|
||||||
lon: 2.82209
|
lon: 2.82209
|
||||||
|
zoomControlPosition: topleft
|
||||||
zoom: 5
|
zoom: 5
|
||||||
minZoom: 1
|
minZoom: 1
|
||||||
maxZoom: 18
|
maxZoom: 18
|
||||||
@@ -1378,6 +1393,9 @@ display:
|
|||||||
geocoder:
|
geocoder:
|
||||||
control: false
|
control: false
|
||||||
settings:
|
settings:
|
||||||
|
autocomplete:
|
||||||
|
placeholder: 'Search Address'
|
||||||
|
title: 'Search an Address on the Map'
|
||||||
position: topright
|
position: topright
|
||||||
input_size: 25
|
input_size: 25
|
||||||
providers:
|
providers:
|
||||||
@@ -1389,6 +1407,10 @@ display:
|
|||||||
zoom: 16
|
zoom: 16
|
||||||
popup: false
|
popup: false
|
||||||
options: ''
|
options: ''
|
||||||
|
map_lazy_load:
|
||||||
|
lazy_load: false
|
||||||
|
feature_properties:
|
||||||
|
values: ''
|
||||||
row:
|
row:
|
||||||
type: fields
|
type: fields
|
||||||
options:
|
options:
|
||||||
@@ -1652,99 +1674,99 @@ display:
|
|||||||
display_extenders:
|
display_extenders:
|
||||||
views_ef_fieldset:
|
views_ef_fieldset:
|
||||||
views_ef_fieldset:
|
views_ef_fieldset:
|
||||||
enabled: 0
|
enabled: false
|
||||||
options:
|
options:
|
||||||
sort:
|
sort:
|
||||||
root:
|
root:
|
||||||
container_type: details
|
container_type: details
|
||||||
title: Filtres
|
|
||||||
description: ''
|
|
||||||
open: '1'
|
|
||||||
weight: '0'
|
|
||||||
id: root
|
|
||||||
pid: ''
|
|
||||||
depth: '0'
|
depth: '0'
|
||||||
|
description: ''
|
||||||
|
id: root
|
||||||
|
open: true
|
||||||
|
pid: ''
|
||||||
|
title: Filtres
|
||||||
type: container
|
type: container
|
||||||
|
weight: '0'
|
||||||
title:
|
title:
|
||||||
weight: '-10'
|
depth: '1'
|
||||||
id: title
|
id: title
|
||||||
pid: root
|
pid: root
|
||||||
depth: '1'
|
|
||||||
type: filter
|
type: filter
|
||||||
|
weight: '-10'
|
||||||
field_incube_value:
|
field_incube_value:
|
||||||
weight: '-8'
|
depth: '1'
|
||||||
id: field_incube_value
|
id: field_incube_value
|
||||||
pid: root
|
pid: root
|
||||||
depth: '1'
|
|
||||||
type: filter
|
type: filter
|
||||||
field_neuf_rehabilitation_value:
|
|
||||||
weight: '-8'
|
weight: '-8'
|
||||||
|
field_neuf_rehabilitation_value:
|
||||||
|
depth: '1'
|
||||||
id: field_neuf_rehabilitation_value
|
id: field_neuf_rehabilitation_value
|
||||||
pid: root
|
pid: root
|
||||||
depth: '1'
|
|
||||||
type: filter
|
type: filter
|
||||||
field_encours_fini_value:
|
|
||||||
weight: '-8'
|
weight: '-8'
|
||||||
|
field_encours_fini_value:
|
||||||
|
depth: '1'
|
||||||
id: field_encours_fini_value
|
id: field_encours_fini_value
|
||||||
pid: root
|
pid: root
|
||||||
depth: '1'
|
|
||||||
type: filter
|
type: filter
|
||||||
submit:
|
|
||||||
weight: '-8'
|
weight: '-8'
|
||||||
|
submit:
|
||||||
|
depth: '1'
|
||||||
id: submit
|
id: submit
|
||||||
pid: root
|
pid: root
|
||||||
depth: '1'
|
|
||||||
type: buttons
|
type: buttons
|
||||||
|
weight: '-8'
|
||||||
container-0:
|
container-0:
|
||||||
container_type: details
|
container_type: details
|
||||||
title: 'Container 0'
|
|
||||||
description: ''
|
|
||||||
weight: '-7'
|
|
||||||
open: 0
|
|
||||||
id: container-0
|
|
||||||
pid: root
|
|
||||||
depth: '1'
|
depth: '1'
|
||||||
|
description: ''
|
||||||
|
id: container-0
|
||||||
|
open: false
|
||||||
|
pid: root
|
||||||
|
title: 'Container 0'
|
||||||
type: container
|
type: container
|
||||||
|
weight: '-7'
|
||||||
container-1:
|
container-1:
|
||||||
container_type: details
|
container_type: details
|
||||||
title: 'Container 1'
|
|
||||||
description: ''
|
|
||||||
weight: '-6'
|
|
||||||
open: 0
|
|
||||||
id: container-1
|
|
||||||
pid: root
|
|
||||||
depth: '1'
|
depth: '1'
|
||||||
|
description: ''
|
||||||
|
id: container-1
|
||||||
|
open: false
|
||||||
|
pid: root
|
||||||
|
title: 'Container 1'
|
||||||
type: container
|
type: container
|
||||||
|
weight: '-6'
|
||||||
container-4:
|
container-4:
|
||||||
container_type: details
|
container_type: details
|
||||||
title: 'Container 4'
|
|
||||||
description: ''
|
|
||||||
weight: '-5'
|
|
||||||
open: 0
|
|
||||||
id: container-4
|
|
||||||
pid: root
|
|
||||||
depth: '1'
|
depth: '1'
|
||||||
|
description: ''
|
||||||
|
id: container-4
|
||||||
|
open: false
|
||||||
|
pid: root
|
||||||
|
title: 'Container 4'
|
||||||
type: container
|
type: container
|
||||||
|
weight: '-5'
|
||||||
container-2:
|
container-2:
|
||||||
container_type: details
|
container_type: details
|
||||||
title: 'Container 2'
|
|
||||||
description: ''
|
|
||||||
weight: '-5'
|
|
||||||
open: 0
|
|
||||||
id: container-2
|
|
||||||
pid: root
|
|
||||||
depth: '1'
|
depth: '1'
|
||||||
|
description: ''
|
||||||
|
id: container-2
|
||||||
|
open: false
|
||||||
|
pid: root
|
||||||
|
title: 'Container 2'
|
||||||
type: container
|
type: container
|
||||||
|
weight: '-5'
|
||||||
container-3:
|
container-3:
|
||||||
container_type: details
|
container_type: details
|
||||||
title: 'Container 3'
|
|
||||||
description: ''
|
|
||||||
weight: '-4'
|
|
||||||
open: 0
|
|
||||||
id: container-3
|
|
||||||
pid: root
|
|
||||||
depth: '1'
|
depth: '1'
|
||||||
|
description: ''
|
||||||
|
id: container-3
|
||||||
|
open: false
|
||||||
|
pid: root
|
||||||
|
title: 'Container 3'
|
||||||
type: container
|
type: container
|
||||||
|
weight: '-4'
|
||||||
block_description: 'Projets incubés block'
|
block_description: 'Projets incubés block'
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
max-age: -1
|
max-age: -1
|
||||||
@@ -1901,83 +1923,83 @@ display:
|
|||||||
display_extenders:
|
display_extenders:
|
||||||
views_ef_fieldset:
|
views_ef_fieldset:
|
||||||
views_ef_fieldset:
|
views_ef_fieldset:
|
||||||
enabled: 0
|
enabled: false
|
||||||
options:
|
options:
|
||||||
sort:
|
sort:
|
||||||
root:
|
root:
|
||||||
container_type: details
|
container_type: details
|
||||||
title: Filtres
|
|
||||||
description: ''
|
|
||||||
open: '1'
|
|
||||||
weight: '0'
|
|
||||||
id: root
|
|
||||||
pid: ''
|
|
||||||
depth: '0'
|
depth: '0'
|
||||||
|
description: ''
|
||||||
|
id: root
|
||||||
|
open: true
|
||||||
|
pid: ''
|
||||||
|
title: Filtres
|
||||||
type: container
|
type: container
|
||||||
|
weight: '0'
|
||||||
field_incube_value:
|
field_incube_value:
|
||||||
weight: '-8'
|
depth: '1'
|
||||||
id: field_incube_value
|
id: field_incube_value
|
||||||
pid: root
|
pid: root
|
||||||
depth: '1'
|
|
||||||
type: filter
|
type: filter
|
||||||
field_neuf_rehabilitation_value:
|
|
||||||
weight: '-8'
|
weight: '-8'
|
||||||
|
field_neuf_rehabilitation_value:
|
||||||
|
depth: '1'
|
||||||
id: field_neuf_rehabilitation_value
|
id: field_neuf_rehabilitation_value
|
||||||
pid: root
|
pid: root
|
||||||
depth: '1'
|
|
||||||
type: filter
|
type: filter
|
||||||
field_encours_fini_value:
|
|
||||||
weight: '-8'
|
weight: '-8'
|
||||||
|
field_encours_fini_value:
|
||||||
|
depth: '1'
|
||||||
id: field_encours_fini_value
|
id: field_encours_fini_value
|
||||||
pid: root
|
pid: root
|
||||||
depth: '1'
|
|
||||||
type: filter
|
type: filter
|
||||||
submit:
|
|
||||||
weight: '-8'
|
weight: '-8'
|
||||||
|
submit:
|
||||||
|
depth: '1'
|
||||||
id: submit
|
id: submit
|
||||||
pid: root
|
pid: root
|
||||||
depth: '1'
|
|
||||||
type: buttons
|
type: buttons
|
||||||
|
weight: '-8'
|
||||||
container-0:
|
container-0:
|
||||||
container_type: details
|
container_type: details
|
||||||
title: 'Container 0'
|
|
||||||
description: ''
|
|
||||||
weight: '-7'
|
|
||||||
open: 0
|
|
||||||
id: container-0
|
|
||||||
pid: root
|
|
||||||
depth: '1'
|
depth: '1'
|
||||||
|
description: ''
|
||||||
|
id: container-0
|
||||||
|
open: false
|
||||||
|
pid: root
|
||||||
|
title: 'Container 0'
|
||||||
type: container
|
type: container
|
||||||
|
weight: '-7'
|
||||||
container-1:
|
container-1:
|
||||||
container_type: details
|
container_type: details
|
||||||
title: 'Container 1'
|
|
||||||
description: ''
|
|
||||||
weight: '-6'
|
|
||||||
open: 0
|
|
||||||
id: container-1
|
|
||||||
pid: root
|
|
||||||
depth: '1'
|
depth: '1'
|
||||||
|
description: ''
|
||||||
|
id: container-1
|
||||||
|
open: false
|
||||||
|
pid: root
|
||||||
|
title: 'Container 1'
|
||||||
type: container
|
type: container
|
||||||
|
weight: '-6'
|
||||||
container-2:
|
container-2:
|
||||||
container_type: details
|
container_type: details
|
||||||
title: 'Container 2'
|
|
||||||
description: ''
|
|
||||||
weight: '-5'
|
|
||||||
open: 0
|
|
||||||
id: container-2
|
|
||||||
pid: root
|
|
||||||
depth: '1'
|
depth: '1'
|
||||||
|
description: ''
|
||||||
|
id: container-2
|
||||||
|
open: false
|
||||||
|
pid: root
|
||||||
|
title: 'Container 2'
|
||||||
type: container
|
type: container
|
||||||
|
weight: '-5'
|
||||||
container-3:
|
container-3:
|
||||||
container_type: details
|
container_type: details
|
||||||
title: 'Container 3'
|
|
||||||
description: ''
|
|
||||||
weight: '-4'
|
|
||||||
open: 0
|
|
||||||
id: container-3
|
|
||||||
pid: root
|
|
||||||
depth: '1'
|
depth: '1'
|
||||||
|
description: ''
|
||||||
|
id: container-3
|
||||||
|
open: false
|
||||||
|
pid: root
|
||||||
|
title: 'Container 3'
|
||||||
type: container
|
type: container
|
||||||
|
weight: '-4'
|
||||||
block_description: 'Projets home block'
|
block_description: 'Projets home block'
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
max-age: -1
|
max-age: -1
|
||||||
|
|||||||
Reference in New Issue
Block a user