-
Notifications
You must be signed in to change notification settings - Fork 11
config_form
Edgar Fuste edited this page Nov 2, 2021
·
1 revision
Configuration of forms
Column name | Data type | Description | Example |
---|---|---|---|
formname | character varying(50) | Name of form | v_edit_connec |
projecttype | character varying | Type of project on which message is used | utils |
actions | json | Python actions defined on form | [{"actionName":"actionEdit"}, {"actionName":"actionZoom"}, {"actionName":"actionCentered"}, {"actionName":"actionZoomOut"}, {"actionName":"actionCatalog"}, {"actionName":"actionWorkcat"}, {"actionName":"actionCopyPaste"}, "actionName":"actionSection"}, {"actionName":"actionLink"}, {"actionName":"actionHelp"}] |
layermanager | json | Definition of active and visible layers for qgis | {"activeLayer": "ve_connec", "visibleLayer":[]} |