-
Notifications
You must be signed in to change notification settings - Fork 33
config_form
Daniel Marín edited this page Jul 8, 2026
·
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":[]} |


