From 5f1e9a3d5faf6eaa51b58b06c0d68d248931d5f7 Mon Sep 17 00:00:00 2001 From: William French Date: Thu, 21 Mar 2024 14:16:12 -0700 Subject: [PATCH 1/3] Adds region tags to index.njk Adds region tags for the inner gmp-map and gmp-marker components for a tutorial. --- samples/web-components-markers/index.njk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/web-components-markers/index.njk b/samples/web-components-markers/index.njk index f224983b79..2f8fb17bab 100644 --- a/samples/web-components-markers/index.njk +++ b/samples/web-components-markers/index.njk @@ -5,8 +5,10 @@ SPDX-License-Identifier: Apache-2.0 --> {% extends '../../src/_includes/layout.njk'%} {% block html %} + + {% endblock %} From 57ee8b998793f9d2922d07b2fd1c1bdbbf99fc59 Mon Sep 17 00:00:00 2001 From: William French Date: Thu, 21 Mar 2024 14:18:52 -0700 Subject: [PATCH 2/3] Update index.njk changed _gmp_map suffix to _div. --- samples/web-components-markers/index.njk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/web-components-markers/index.njk b/samples/web-components-markers/index.njk index 2f8fb17bab..5262c8914a 100644 --- a/samples/web-components-markers/index.njk +++ b/samples/web-components-markers/index.njk @@ -5,10 +5,10 @@ SPDX-License-Identifier: Apache-2.0 --> {% extends '../../src/_includes/layout.njk'%} {% block html %} - + - + {% endblock %} From ca683d8bdeea102381652f754c64fc344c4c214d Mon Sep 17 00:00:00 2001 From: William French Date: Thu, 21 Mar 2024 14:21:30 -0700 Subject: [PATCH 3/3] Update index.njk changed the region tags to not use {{TAG}} since it doesn't seem to like that(?) --- samples/web-components-markers/index.njk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/web-components-markers/index.njk b/samples/web-components-markers/index.njk index 5262c8914a..6be7a4467f 100644 --- a/samples/web-components-markers/index.njk +++ b/samples/web-components-markers/index.njk @@ -5,10 +5,10 @@ SPDX-License-Identifier: Apache-2.0 --> {% extends '../../src/_includes/layout.njk'%} {% block html %} - + - + {% endblock %}