Add custom widgets

This commit is contained in:
Thomas Fuhrmann 2023-09-21 10:00:37 +02:00
parent 3b9a2964d9
commit 1f4aeb2a1d
34 changed files with 7790 additions and 0 deletions

View file

@ -0,0 +1,5 @@
export default {
_widgetLabel: 'Suchen',
sketchLabel: 'Suchen',
placeholderText: 'Orts- oder Adresssuche',
};

View file

@ -0,0 +1 @@
System.register([],(function(e){return{execute:function(){e({_widgetLabel:"Search",sketchLabel:"Search",placeholderText:"Search for place or address"})}}}));