We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 729153b commit 6eb6076Copy full SHA for 6eb6076
src/plugins/grass/modules-common/v.in.ogr.all.qgm
@@ -3,9 +3,9 @@
3
4
<qgisgrassmodule label="Import OGR vectors in a given data source combining them in a GRASS vector" module="v.in.ogr">
5
<flag key="o" answer="on" hidden="yes" />
6
- <flag key="z" answer="off" hidden="no" />
7
- <flag key="e" answer="off" hidden="no" />
+ <flag key="z" answer="off" hidden="no" advanced="yes" />
+ <flag key="e" answer="off" hidden="no" advanced="yes" />
8
<file key="dsn" type="directory" label="Path to the OGR data source" />
9
<option key="output" />
10
- <option key="type" />
+ <option key="type" advanced="yes" />
11
</qgisgrassmodule>
0 commit comments