From 8a6c3d24a63cbb8256270dc3a385fde83aadb5d5 Mon Sep 17 00:00:00 2001 From: lovasoa Date: Thu, 13 Jul 2023 18:50:44 +0200 Subject: [PATCH] map component --- examples/official-site/sqlpage/migrations/10_map.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/official-site/sqlpage/migrations/10_map.sql b/examples/official-site/sqlpage/migrations/10_map.sql index 017624ee..ed3de101 100644 --- a/examples/official-site/sqlpage/migrations/10_map.sql +++ b/examples/official-site/sqlpage/migrations/10_map.sql @@ -46,7 +46,7 @@ VALUES ( FALSE, FALSE ), - ( + ( 'map', 'longitude', 'Longitude of the marker', @@ -73,7 +73,7 @@ VALUES ( ( 'map', 'description', - 'Plain text description of the marker', + 'Plain text description of the marker, as plain text', 'TEXT', FALSE, TRUE