Add custom widgets
This commit is contained in:
parent
3b9a2964d9
commit
1f4aeb2a1d
34 changed files with 7790 additions and 0 deletions
5
1.12/widgets/search-widget/dist/runtime/translations/default.ts
vendored
Normal file
5
1.12/widgets/search-widget/dist/runtime/translations/default.ts
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
export default {
|
||||
_widgetLabel: 'Suchen',
|
||||
sketchLabel: 'Suchen',
|
||||
placeholderText: 'Orts- oder Adresssuche',
|
||||
};
|
1
1.12/widgets/search-widget/dist/runtime/translations/en.js
vendored
Normal file
1
1.12/widgets/search-widget/dist/runtime/translations/en.js
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
System.register([],(function(e){return{execute:function(){e({_widgetLabel:"Search",sketchLabel:"Search",placeholderText:"Search for place or address"})}}}));
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue