Skip to content

Commit eff9b3f

Browse files
fix for new popovermode
1 parent 5994aad commit eff9b3f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

l10n/custom-data-type-georef.csv

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,17 @@ custom.data.type.georef.config.parameter.schema.use_geocoder.value.checkbox,Füg
2121
custom.data.type.georef.modal.form.text.georef_empty,noch keine Georeferenzierung,no georeferencing yet,,
2222
custom.data.type.georef.config.parameter.schema.allow_textinput_point.value.label,Texteingabe,Textinput,,
2323
custom.data.type.georef.config.parameter.schema.allow_textinput_linestring.value.label,Texteingabe,Textinput,,
24+
custom.data.type.georef.config.parameter.schema.allow_textinput_geojson.value.label,Texteingabe,Textinput,,
25+
custom.data.type.georef.config.parameter.schema.allow_textinput_geojson.value.checkbox,Für GeoJSON erlauben,Allow for GeoJSON,,
2426
custom.data.type.georef.config.parameter.schema.allow_textinput_polygon.value.label,Texteingabe,Textinput,,
2527
custom.data.type.georef.config.parameter.schema.allow_textinput_point.value.checkbox,Für POINT erlauben,Allow for POINT,,
2628
custom.data.type.georef.config.parameter.schema.allow_textinput_linestring.value.checkbox,Für LINESTRING erlauben,Allow for LINESTRING,,
2729
custom.data.type.georef.config.parameter.schema.allow_textinput_polygon.value.checkbox,Für POLYGON erlauben,Allow for POLYGON,,
2830

31+
custom.data.type.georef.config.parameter.mask.editor_display.value.label,Editor-Ansicht,Editor-Display,,
32+
custom.data.type.georef.config.option.mask.editor_display.value.default,Standard,Default,,
33+
custom.data.type.georef.config.option.mask.editor_display.value.condensed,1 Zeile,One-liner,,
34+
2935
custom.data.type.georef.controls.addnew.point.label,POINT,POINT,,
3036
custom.data.type.georef.add_new.point.header_left,POINT eingeben,POINT input,,
3137
custom.data.type.georef.add_new.modal.form.latitude,Latitude,Latitude,,

manifest.master.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,10 @@ custom_types:
5252
- name: allow_textinput_geojson
5353
parameters:
5454
value:
55-
type: bool
55+
type: bool
56+
mask:
57+
- name: editor_display
58+
parameters:
59+
value:
60+
type: select
61+
options: ["default", "condensed"]

0 commit comments

Comments
 (0)