updated core and contrib modules, added cartodb maps to leaflet_more_maps

This commit is contained in:
Bachir Soussi Chiadmi 2021-09-02 23:17:31 +02:00
parent 61510f50ba
commit a73c616ee0
5 changed files with 15 additions and 4 deletions

View File

@ -132,6 +132,9 @@
},
"drupal/paragraphs": {
"Skip saving empty paragraphs for certain types https://www.drupal.org/project/paragraphs/issues/2877695" : "https://www.drupal.org/files/issues/2021-03-31/2877695-35.patch"
},
"drupal/leaflet_more_maps": {
"add cartodb maps to leaflet_more_maps": "./patches/leaflet_more_maps_cartodb.patch"
}
}
}

2
composer.lock generated
View File

@ -15730,5 +15730,5 @@
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.1.0"
"plugin-api-version": "2.0.0"
}

View File

@ -4,7 +4,13 @@ url_https: ''
domain_mode: 0
visibility:
request_path_mode: 0
request_path_pages: "/admin\n/admin/*\n/batch\n/node/add*\n/node/*/*\n/user/*/*"
request_path_pages: |-
/admin
/admin/*
/batch
/node/add*
/node/*/*
/user/*/*
user_role_mode: 0
user_role_roles: { }
user_account_mode: 1

View File

@ -365,7 +365,9 @@ display:
exclude: false
alter:
alter_text: true
text: "<span class=\"status\">{{ translation_status }}</span>\n{% if translation_outdated %} <span class=\"marker\">{{ 'outdated'|t }}</span>{% endif %}"
text: |-
<span class="status">{{ translation_status }}</span>
{% if translation_outdated %} <span class="marker">{{ 'outdated'|t }}</span>{% endif %}
make_link: false
path: ''
absolute: false

View File

@ -66,7 +66,7 @@ display:
name_field: title
description_field: '#rendered_view_fields'
view_mode: full
leaflet_map: '~popsu home'
leaflet_map: cartodb-light_nolabels
height: '800'
height_unit: px
hide_empty_map: false