Added an Alert text style; Updated rich text editor to reorganize buttons and add text alignment options.

This commit is contained in:
2021-03-16 14:36:03 -07:00
parent 33cabd0a55
commit bf9d000994
31 changed files with 468 additions and 361 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"start": "node app.js",
"monitor": "monitor",
"build": "bestzip avusd_bundle.zip lib app.js package.json public/images locales views"
"build": "bestzip avusd_bundle.zip lib app.js package.json locales views"
},
"repository": {
"type": "git",
@@ -17,6 +17,7 @@
"dependencies": {
"apostrophe": "^2.111.4",
"apostrophe-monitor": "^2.1.0",
"apostrophe-redirects": "^2.3.0",
"apostrophe-rich-text-permalinks": "^2.0.5",
"apostrophe-tiptap-rich-text-widgets": "^0.3.8",
"prosemirror-tables": "^0.9.1"