updated core and contrib modules, added cartodb maps to leaflet_more_maps
This commit is contained in:
		| @@ -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
									
									
									
								
							
							
						
						
									
										2
									
								
								composer.lock
									
									
									
										generated
									
									
									
								
							| @@ -15730,5 +15730,5 @@ | ||||
|     "prefer-lowest": false, | ||||
|     "platform": [], | ||||
|     "platform-dev": [], | ||||
|     "plugin-api-version": "2.1.0" | ||||
|     "plugin-api-version": "2.0.0" | ||||
| } | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user