Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_custom_blocks
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
uw_custom_blocks
Merge requests
!42
ISTWCMS-4203: Theme Google Maps block
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ISTWCMS-4203: Theme Google Maps block
feature/ISTWCMS-4203-lkmorlan-theme-google-maps
into
8.x-1.x
Overview
0
Commits
3
Pipelines
0
Changes
3
Merged
Liam Morland
requested to merge
feature/ISTWCMS-4203-lkmorlan-theme-google-maps
into
8.x-1.x
3 years ago
Overview
0
Commits
3
Pipelines
0
Changes
3
Expand
0
0
Merge request reports
Compare
8.x-1.x
version 3
9457c10c
3 years ago
version 2
798cb625
3 years ago
version 1
9422480d
3 years ago
8.x-1.x (base)
and
latest version
latest version
6cab5c1e
3 commits,
3 years ago
version 3
9457c10c
3 commits,
3 years ago
version 2
798cb625
3 commits,
3 years ago
version 1
9422480d
2 commits,
3 years ago
3 files
+
41
−
37
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
src/EventSubscriber/UwCblGoogleMapsEventSubscriber.php
+
1
−
1
Options
@@ -139,7 +139,7 @@ class UwCblGoogleMapsEventSubscriber extends UwCblBase implements EventSubscribe
// Set the render array for the google maps content.
$build
=
[
'#theme'
=>
'uw_block_google_maps'
,
'#google
maps'
=>
$google_maps
,
'#google
_
maps'
=>
$google_maps
,
];
// Update the content variable to use our new build array.
Loading