From 90c6754e2d611d0d22afe72bc50a4f067f06a5e0 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Mon, 13 Jul 2026 11:20:59 +0200 Subject: [PATCH 1/2] iss 503 feature preview --- src/tutorials/further-project-customisation/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/tutorials/further-project-customisation/index.md b/src/tutorials/further-project-customisation/index.md index b24fcb14..82466df0 100644 --- a/src/tutorials/further-project-customisation/index.md +++ b/src/tutorials/further-project-customisation/index.md @@ -123,7 +123,7 @@ The panel for the `trees` layer looks like the left-hand image below. We will co 3. Set the **Display Name** to `species`: ![Display name attribute in Layer properties](./qgis-display-name.jpg "Display name attribute") -::: tip +::: tip Field alias If you notice subtle differences in the name / spelling of the field when you select it in the drop-down list, this is due to the field having been aliased. ::: @@ -134,6 +134,10 @@ If you notice subtle differences in the name / spelling of the field when you se ``` ![HTML map tip in Layer properties](./qgis-html-map-tip.jpg "HTML map tip in Layer properties") + ::: tip Customising the preview panel + For more configuration options, see [Settings for Mergin Maps mobile app preview panel](../../gis/features/#settings-for-mergin-maps-mobile-app-preview-panel). + ::: + 5. Click **OK** 6. Test out these settings in the as described in the [Trialling changes](#trialling-changes-in-mergin-maps-mobile-app) section above. From ca1c8ef9566a85f8a82a33ec9442dd78b6f8c837 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Mon, 13 Jul 2026 11:25:29 +0200 Subject: [PATCH 2/2] rename tip --- src/tutorials/further-project-customisation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tutorials/further-project-customisation/index.md b/src/tutorials/further-project-customisation/index.md index 82466df0..4434fec0 100644 --- a/src/tutorials/further-project-customisation/index.md +++ b/src/tutorials/further-project-customisation/index.md @@ -134,7 +134,7 @@ If you notice subtle differences in the name / spelling of the field when you se ``` ![HTML map tip in Layer properties](./qgis-html-map-tip.jpg "HTML map tip in Layer properties") - ::: tip Customising the preview panel + ::: tip Additional preview panel options For more configuration options, see [Settings for Mergin Maps mobile app preview panel](../../gis/features/#settings-for-mergin-maps-mobile-app-preview-panel). :::