klecks
klecks copied to clipboard
how to add upload button
embed style:
standard:
I wan to use standard ui in embed page, thanks
ok, I find solution that delete embed config in main-embaed
this.klApp = new KlApp( project, { saveReminder, bottomBar: this.p.bottomBar, aboutEl: this.p.aboutEl, embed: { url: this.p.embedUrl, onSubmit: this.p.onSubmit, }, } );
delete embed: { url: this.p.embedUrl, onSubmit: this.p.onSubmit, },