Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
drupal.org
geofield_map
Commits
0cf853d3
Commit
0cf853d3
authored
Mar 08, 2018
by
itamair
Browse files
Body/ "text_with_summary" added as field type for infowindow content.
parent
344c6cc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/GeofieldMapFieldTrait.php
View file @
0cf853d3
...
...
@@ -38,6 +38,7 @@ trait GeofieldMapFieldTrait {
'string'
,
'text'
,
'text_long'
,
"text_with_summary"
,
];
protected
$customMapStylePlaceholder
=
'[{"elementType":"geometry","stylers":[{"color":"#1d2c4d"}]},{"elementType":"labels.text.fill","stylers":[{"color":"#8ec3b9"}]},{"elementType":"labels.text.stroke","stylers":[{"color":"#1a3646"}]},{"featureType":"administrative.country","elementType":"geometry.stroke","stylers":[{"color":"#4b6878"}]},{"featureType":"administrative.province","elementType":"geometry.stroke","stylers":[{"color":"#4b6878"}]},{"featureType":"water","elementType":"geometry","stylers":[{"color":"#0e1626"}]},{"featureType":"water","elementType":"labels.text.fill","stylers":[{"color":"#4e6d70"}]}]'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment