Update src/app/games/massive-darkness2/md2-html-editor/md2-html-editor.component.html
This commit is contained in:
parent
ba3ad023ad
commit
9fec45a91f
@ -1,4 +1,4 @@
|
||||
<kendo-editor [value]="value" (valueChange)="onChange($event)" (blur)="onTouched()" [disabled]="disabled"
|
||||
<kendo-editor [value]="value" (valueChange)="onChange($event)" (blur)="onTouched()" [disabled]="disabled" [schema]="messageTemplateSchema"
|
||||
[iframeCss]="{ content: customCssClass }">
|
||||
<kendo-toolbar>
|
||||
<!-- Standard editing tools -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user