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 }">
|
[iframeCss]="{ content: customCssClass }">
|
||||||
<kendo-toolbar>
|
<kendo-toolbar>
|
||||||
<!-- Standard editing tools -->
|
<!-- Standard editing tools -->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user