From f677b809bbb256bc76b4c3de2a486896bc8611b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Wed, 18 Dec 2024 09:53:48 +0100 Subject: [PATCH] Add code blog in metadata description --- .../geoportal/CONST_vars.yaml | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/geoportal/c2cgeoportal_geoportal/scaffolds/update/{{cookiecutter.project}}/geoportal/CONST_vars.yaml b/geoportal/c2cgeoportal_geoportal/scaffolds/update/{{cookiecutter.project}}/geoportal/CONST_vars.yaml index 412393c7ae..37b4733b84 100644 --- a/geoportal/c2cgeoportal_geoportal/scaffolds/update/{{cookiecutter.project}}/geoportal/CONST_vars.yaml +++ b/geoportal/c2cgeoportal_geoportal/scaffolds/update/{{cookiecutter.project}}/geoportal/CONST_vars.yaml @@ -530,20 +530,20 @@ vars: - name: searchAlias type: list description: > - Comma separated list of search aliases (keywords) to be added to the tsearch.ts field for + Comma separated list of search aliases (keywords) to be added to the tsearch.ts field for the considered tree item (theme, layer group or layer), that is to say that considered tree item will match when searching for the search aliases. relevant_for: - treeitem - name: searchLabelPattern description: > - Template string for the label of tree items in the search results, for example: "{name} ({theme})" + Template string for the label of tree items in the search results, for example: {name} ({theme}). Supported parameters: relevant_for: - treeitem @@ -592,8 +592,8 @@ vars: - layer_cog - name: legendRule description: > - The WMS "RULE" parameter used to display the icon in the layer tree. "Short version" of - the "iconURL" metadata. + The WMS RULE parameter used to display the icon in the layer tree. "Short version" of + the iconURL metadata. relevant_for: - layer_wms - name: legendImage @@ -671,7 +671,7 @@ vars: - name: opacity type: float description: > - Layer opacity. 1.0 means fully visible, 0 means invisible. + Layer opacity. 1.0 means fully visible, 0 means invisible. relevant_for: - layer_wms - layer_wmts @@ -709,7 +709,7 @@ vars: description: > The snapping configuration for the layer. If set, even if empty, the layer is considered to be "snappable" and snapping is activated by default. To disable snapping by default, set "activated" - to false. Example value: {"tolerance": 50, "edge": false}. + to false. Example value: {"tolerance": 50, "edge": false}. relevant_for: - layer_wms - name: geometryValidation @@ -750,8 +750,8 @@ vars: type: list description: > Values to define the shape (bbox) to use to query the layer. The values are used like a - padding in css with 1, 2, 3 or 4 comma separated values: all / top-bottom, left-right / - top, right-left, bottom / top, right, bottom, left. + padding in css with 1, 2, 3 or 4 comma separated values: all / top-bottom, left-right / + top, right-left, bottom / top, right, bottom, left. relevant_for: - layer_wms - layer_wmts @@ -778,7 +778,7 @@ vars: - name: protectedAttributes type: list description: > - For QGIS server: List of attribute names that's protected, to be used with the `allowed_attributes` functionality. + For QGIS server: List of attribute names that's protected, to be used with the allowed_attributes functionality. relevant_for: - layer_wms # WMTS layers @@ -831,7 +831,7 @@ vars: - layer_cog - name: timeout type: float - description: The fetch capabilities timeout in seconds. Use `300` by default. + description: The fetch capabilities timeout in seconds. Use 300 by default. relevant_for: - layer_wmts