Skip to content

Commit

Permalink
major improvements, see releasenotes v.1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StiftungAusNachlass committed Dec 10, 2024
1 parent 445ee30 commit 43569c6
Show file tree
Hide file tree
Showing 7 changed files with 397 additions and 270 deletions.
9 changes: 9 additions & 0 deletions l10n/customDataTypeFinto.csv
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,12 @@ custom.data.type.commons.controls.search.label,Suchen,Search,Hae,Sök
custom.data.type.commons.controls.detailinfo.label,Detailinfo, Details,Tiedot,Detaljer
custom.data.type.commons.controls.calluri.label,Uri aufrufen,Call URI,Verkkolinkki,Öppna URI
custom.data.type.commons.controls.delete.label,Löschen,Delete,Poista,Radera
server.config.parameter.system.mapbox.mapbox_api_key.label,Mapbox-Token,Mapbox-Token,Mapbox-Token,Mapbox-Token
server.config.parameter.system.mapbox.mapbox_style.label,Mapbox-Style,Mapbox-Style,Mapbox-Style,Mapbox-Style
server.config.name.system.mapbox,Mapbox-Konfiguration,Mapbox-Configuration,Mapbox-Configuration,Mapbox-Configuration
custom.data.type.finto.config.parameter.mask.display_multiple_languages_in_searchhits.value.label,Zeige mehrere Sprachen in Suchergebnisauswahl an(ISO 639-1 & komma-separatiert),Show multiple languages ​​in search result selection (ISO 639-1 & comma-separated),Näytä useita kieliä hakutulosten valinnassa (ISO 639-1 ja pilkuilla eroteltu),Visa flera språk i val av sökresultat (ISO 639-1 & kommaseparerad)
custom.data.type.finto.config.parameter.mask.editor_display.value.label,Editor-Ansicht,Editor-Display,Editor-Display,Editor-Display
custom.data.type.finto.config.option.mask.editor_display.value.default,Standard,Default,Default,Default
custom.data.type.finto.config.option.mask.editor_display.value.condensed,1 Zeile,One-liner,One-liner,One-liner
custom.data.type.finto.config.parameter.mask.use_dropdown_info_popup.value.label,Infopopup?,Infopopup?,Infopopup?,Infopopup?
custom.data.type.finto.config.parameter.mask.use_dropdown_info_popup.value.checkbox,Auch für Dropdown anzeigen,Show for dropdown too,Show for dropdown too,Show for dropdown too
41 changes: 30 additions & 11 deletions manifest.master.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugin:
name: custom-data-type-finto
version: 1.0
url: https://github.com/programmfabrik/fylr-custom-data-type-finto
version: 1.1
url: https://github.com/programmfabrik/fylr-plugin-custom-data-type-finto
displayname:
de-DE: FINTO-Verknüpfung
en-US: FINTO-Referencing
Expand All @@ -28,6 +28,8 @@ custom_types:
type: text
conceptAncestors:
type: text
conceptGeoJSON:
type: geo_json
conceptSource:
type: text
facetTerm:
Expand All @@ -52,11 +54,26 @@ custom_types:
value:
type: select
options: ["popover", "popover_treeview", "dropdown"]
- name: editor_display
parameters:
value:
type: select
options: ["default", "condensed"]
- name: use_dropdown_info_popup
parameters:
value:
type: bool
- name: allow_label_choice
parameters:
value:
type: bool
- name: display_multiple_languages_in_searchhits
parameters:
value:
type: text
update:
plugin_user:
reference: system:root
exec:
service: "node"
commands:
Expand All @@ -70,20 +87,22 @@ custom_types:
value: "%_exec.pluginDir%/updater/FintoUpdater.js"
- type: "value"
value: "%info.json%"
timeout: 60
batch_size: 1
timeout: 120
batch_size: 10
expires_days: 1
interval_base_config: update_interval_finto.days
base_config:
- name: mapbox
group: mapbox
parameters:
mapbox_api_key:
type: text
mapbox_style:
type: text
default: "satellite-streets-v12"
- name: update_interval_finto
group: update_custom_data_type
parameters:
days:
type: int
min: 0
default: 0
position: 0
default_language:
type: text
default: 'fi'
position: 1
position: 1
89 changes: 0 additions & 89 deletions manifest.yml

This file was deleted.

Loading

0 comments on commit 43569c6

Please sign in to comment.