G
gauntt@upenn.edu
Guest
Here's my file by the way, in case anyone wants to see how to add a list of foreColors, backColors, and a dropdown I called "InsertHtml" which is basically a code snippet dropdown. { "editorSettings": { "pasteCleanup": { "all": false, "css": false, "keepNewLines": false, "msAllFormatting": false, "msConvertLists": false, "msTags": false, "none": true, "span": false }, "resizable": { "content": true, "toolbar": true }, "serialization": { "semantic": true }, "immutables": true, "tools": [ { "name": "formatting", "items": [ { "text": "P-Tag", "value": "p" }, { "text": "H1", "value": "h1" }, { "text": "H2", "value": "h2" }, { "text": "H3", "value": "h3" }, { "text": "H4", "value": "h4" }, { "text": "H5", "value": "h5" }, { "text": "H6", "value": "h6" } ] }, { "name": "insertHtml", "items": [ { "text": "H2 Custom", "value": " " }, { "text": "Callout Box", "value": " " } ] }, "bold", "italic", "underline", "justifyLeft", "justifyCenter", "justifyRight", { "name": "insertUnorderedList", "tooltip": "Unordered list" }, { "name": "insertOrderedList", "tooltip": "Ordered list" }, "indent", "outdent", "createLink", { "name": "unlink", "tooltip": "Remove link" }, "insertImage", "embed", "horizontalRule", { "name": "foreColor", "palette": [ "#F1F9FF", "#000f3a", "#00144d", "#01256e", "#045ea7", "#82afd3", "#57000a", "#74000e", "#95001a", "#c2004d", "#e180a6", "#f2f2f3", "#e0e1e3", "#cfd0d2", "#bbbdc0", "#a8aaaf", "#94979d", "#7f8389", "#6c6f76", "#595c61", "#44464b", "#2e2f32", "#131315" ] }, { "name": "backColor", "palette": [ "#F1F9FF", "#000f3a", "#00144d", "#01256e", "#045ea7", "#82afd3", "#57000a", "#74000e", "#95001a", "#c2004d", "#e180a6", "#f2f2f3", "#e0e1e3", "#cfd0d2", "#bbbdc0", "#a8aaaf", "#94979d", "#7f8389", "#6c6f76", "#595c61", "#44464b", "#2e2f32", "#131315" ] }, "cleanFormatting", "html" ], "stylesheets": [ ] } }
Continue reading...
Continue reading...