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

5
app.js
View File

@@ -15,6 +15,7 @@ let apos = require('apostrophe')({
'two-column-widgets': {extend: 'apostrophe-widgets'},
'two-column-1-2-widgets': {},
'two-column-2-1-widgets': {},
'centered-half-width-column-widgets': {},
'theme': {},
@@ -66,6 +67,10 @@ let apos = require('apostrophe')({
// Was having some issues with the menus hovering over the text the user was editing. Is less functional but better looking.
//'apostrophe-tiptap-rich-text-widgets': {}
// Adds redirects.
// Can add the `statusCode: 301` for permanent redirects.
'apostrophe-redirects': { }
}
});