-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b2a2b4e
commit 5b84f59
Showing
1 changed file
with
16 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
/* | ||
* @Author: [email protected] | ||
* @Date: 2023-01-13 17:27:54 | ||
* @LastEditors: liaodaxue | ||
* @LastEditTime: 2024-02-04 17:29:54 | ||
* @LastEditors: 殷亮辉 [email protected] | ||
* @LastEditTime: 2024-04-11 14:14:43 | ||
* @Description: | ||
*/ | ||
import { i18next } from "../../../../i18n" | ||
|
@@ -79,12 +79,12 @@ export const getHtmlFieldSchema = (field, readonly, ctx)=>{ | |
"receiver": "${context.rootUrl}/s3/images", | ||
"name": field.name, | ||
"options": { | ||
"menu": { | ||
"insert": { | ||
"title": "Insert", | ||
"items": "image link media addcomment pageembed codesample inserttable | charmap emoticons hr | pagebreak nonbreaking anchor tableofcontents | insertdatetime" | ||
} | ||
}, | ||
// "menu": { | ||
// "insert": { | ||
// "title": "Insert", | ||
// "items": "image link media addcomment pageembed codesample inserttable | charmap emoticons hr | pagebreak nonbreaking anchor tableofcontents | insertdatetime" | ||
// } | ||
// }, | ||
"plugins": [ | ||
"autoresize" | ||
], | ||
|
@@ -100,13 +100,14 @@ export const getHtmlFieldSchema = (field, readonly, ctx)=>{ | |
"type": "input-rich-text", | ||
"receiver": "${context.rootUrl}/s3/images", | ||
"options":{ | ||
"menu": { | ||
"insert": { | ||
"title": "Insert", | ||
"items": "image link media addcomment pageembed codesample inserttable | charmap emoticons hr | pagebreak nonbreaking anchor tableofcontents | insertdatetime" | ||
} | ||
}, | ||
"statusbar": false | ||
// "menu": { | ||
// "insert": { | ||
// "title": "Insert", | ||
// "items": "image link media addcomment pageembed codesample inserttable | charmap emoticons hr | pagebreak nonbreaking anchor tableofcontents | insertdatetime" | ||
// } | ||
// }, | ||
"statusbar": false, | ||
"menubar": false | ||
}, | ||
"name": field.name | ||
} | ||
|