Update src/app/games/massive-darkness2/md2-html-editor/md2-html-editor.component.html

This commit is contained in:
ChrisChen 2025-11-03 16:50:51 +00:00
parent ba3ad023ad
commit 9fec45a91f

View File

@ -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 -->