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

@@ -0,0 +1,11 @@
module.exports = {
extend: 'apostrophe-widgets',
label: 'Centered 50% Width',
addFields: [
{
name: "content",
type: "area",
label: "Content Area"
}
]
};