feat: add rich text help article editor
This commit is contained in:
@@ -1509,6 +1509,7 @@ export interface AdminHelpArticleItem {
|
||||
title: string;
|
||||
summary: string;
|
||||
keywords: string[];
|
||||
content_html: string;
|
||||
content_blocks: string[];
|
||||
is_recommended: boolean;
|
||||
is_enabled: boolean;
|
||||
@@ -1522,6 +1523,7 @@ export interface AdminHelpArticlePayload {
|
||||
title: string;
|
||||
summary: string;
|
||||
keywords: string[];
|
||||
content_html: string;
|
||||
content_blocks: string[];
|
||||
is_recommended: boolean;
|
||||
is_enabled: boolean;
|
||||
|
||||
Reference in New Issue
Block a user