feat(content-management): use rich HTML editor for static page content
This commit is contained in:
@@ -42,7 +42,10 @@
|
||||
</label>
|
||||
<label class="full">
|
||||
<span>{{ 'builder.htmlPreview' | translate }} {{ locale }}</span>
|
||||
<textarea rows="6" [ngModel]="page.translations[locale]?.html || ''" (ngModelChange)="updateTranslation(page.id, locale, 'html', $event)"></textarea>
|
||||
<app-marketplace-html-editor
|
||||
[html]="page.translations[locale]?.html || ''"
|
||||
(htmlChange)="updateTranslation(page.id, locale, 'html', $event)"
|
||||
/>
|
||||
</label>
|
||||
</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user