Add custom widgets
This commit is contained in:
parent
3b9a2964d9
commit
1f4aeb2a1d
34 changed files with 7790 additions and 0 deletions
6
1.12/widgets/sketch-widget/dist/runtime/translations/default.ts
vendored
Normal file
6
1.12/widgets/sketch-widget/dist/runtime/translations/default.ts
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
export default {
|
||||
_widgetLabel: 'Zeichnen',
|
||||
sketchLabel: 'Zeichnen',
|
||||
sketchLayerName: 'Zeichnungen',
|
||||
placeholderText: 'Geben Sie hier Ihren Text ein',
|
||||
};
|
1
1.12/widgets/sketch-widget/dist/runtime/translations/en.js
vendored
Normal file
1
1.12/widgets/sketch-widget/dist/runtime/translations/en.js
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
System.register([],(function(e){return{execute:function(){e({_widgetLabel:"Sketch",sketchLabel:"Sketch",sketchLayerName:"Sketches",placeholderText:"Please enter your text here"})}}}));
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue