Skip to content

Commit

Permalink
Upgrade to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Continuous integration committed Oct 10, 2024
1 parent e8b5ada commit 93454d4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions geoportal/CONST_vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,12 @@ vars:
List of attribute names which have enumerated attribute values (for filters purpose).
relevant_for:
- layer_wms
- name: protectedAttributes
type: list
description: >
For QGIS server: List of attribute names that's protected, to be used with the `allowed_attributes` functionality.
relevant_for:
- layer_wms
# WMTS layers
- name: ogcServer
description: >
Expand Down Expand Up @@ -863,6 +869,13 @@ vars:
Name of a panel to open upon loading an application.
relevant_for:
- role
- name: allowed_attributes
description: >
For QGIS server: List of protected attribute names that we can access, to be used with the `protectedAttributes` metadata.
Syntax: <WMS layer name>:<attribute name>,<attribute name>,...
relevant_for:
- role

getitfixed:
enabled: false
Expand Down

0 comments on commit 93454d4

Please sign in to comment.