Skip to content

Commit efa516a

Browse files
authored
[Tock Studio] Faqs : Html wysiwyg editor + I18nLocalizedLabels edition + Footnotes (#1785)
* test with Quill, Unified, ReMark, ReHype... * Add plain text format * Switch to Jodit editor * Cleaning * Wysiwyg editor as component * Disable MD handling + Rich messages styling preview * Wrap text in editor and chat-ui component * Rectifying an oversight * I18nLabel as faq answer * Lang and dir on answer textarea * ClipboardEvent paste workaround * Footnotes on Faq answers * Display current locale answer in Faqs list * Allow the creation of a Faq for a bot without web connector defined * Use of BR rather than Paragraphs
1 parent 14cd2fc commit efa516a

32 files changed

+3603
-160
lines changed

bot/admin/web/angular.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,13 @@
2525
"tsConfig": "tsconfig.app.json",
2626
"inlineStyleLanguage": "scss",
2727
"assets": ["src/favicon.ico", "src/assets", "src/img"],
28-
"styles": ["src/app/theme/styles/styles.scss", "src/styles.css", "src/jsoneditor.css",
29-
"node_modules/bootstrap-icons/font/bootstrap-icons.css"],
28+
"styles": [
29+
"src/app/theme/styles/styles.scss",
30+
"src/styles.css",
31+
"src/jsoneditor.css",
32+
"node_modules/bootstrap-icons/font/bootstrap-icons.css",
33+
"node_modules/jodit/es2021/jodit.css"
34+
],
3035
"scripts": []
3136
},
3237
"configurations": {

0 commit comments

Comments
 (0)