Added an Alert text style; Updated rich text editor to reorganize buttons and add text alignment options.
This commit is contained in:
5
app.js
5
app.js
@@ -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': { }
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user