Last active
February 15, 2022 12:52
-
-
Save dgrammatiko/be9e16814371f43ce99e8dc74ef54e99 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"alignleft": { | |
"selector": "p,h1,h2,h3,h4,h5,h6,td,th,div,ul,ol,li,table,img", | |
"classes": "left" | |
}, | |
"aligncenter": { | |
"selector": "p,h1,h2,h3,h4,h5,h6,td,th,div,ul,ol,li,table,img", | |
"classes": "center" | |
}, | |
"alignright": { | |
"selector": "p,h1,h2,h3,h4,h5,h6,td,th,div,ul,ol,li,table,img", | |
"classes": "pull-right" | |
}, | |
"alignfull": { | |
"selector": "p,h1,h2,h3,h4,h5,h6,td,th,div,ul,ol,li,table,img", | |
"classes": "full" | |
}, | |
"bold": { | |
"inline": "span", | |
"classes": "bold" | |
}, | |
"italic": { | |
"inline": "span", | |
"classes": "italic" | |
}, | |
"underline": { | |
"inline": "span", | |
"classes": "underline", | |
"exact": "true" | |
}, | |
"strikethrough": { | |
"inline": "del", | |
"classes": "something" | |
}, | |
"customformat": { | |
"inline": "span", | |
"styles": { | |
"color": "#00ff00", | |
"fontSize": "20px" | |
}, | |
"attributes": { | |
"title": "My custom format" | |
}, | |
"classes": "example1" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"0": { | |
"title": "Headers", | |
"items": { | |
"0": { | |
"title": "Header 1", | |
"format": "h1" | |
}, | |
"1": { | |
"title": "Header 2", | |
"format": "h2" | |
}, | |
"2": { | |
"title": "Header 3", | |
"format": "h3" | |
}, | |
"3": { | |
"title": "Header 4", | |
"format": "h4" | |
}, | |
"4": { | |
"title": "Header 5", | |
"format": "h5" | |
}, | |
"5": { | |
"title": "Header 6", | |
"format": "h6" | |
} | |
} | |
}, | |
"1": { | |
"title": "Inline", | |
"items": { | |
"0": { | |
"title": "Bold", | |
"icon": "bold", | |
"format": "bold" | |
}, | |
"1": { | |
"title": "Italic", | |
"icon": "italic", | |
"format": "italic" | |
}, | |
"2": { | |
"title": "Underline", | |
"icon": "underline", | |
"format": "underline" | |
}, | |
"3": { | |
"title": "Strikethrough", | |
"icon": "strikethrough", | |
"format": "strikethrough" | |
}, | |
"4": { | |
"title": "Superscript", | |
"icon": "superscript", | |
"format": "superscript" | |
}, | |
"5": { | |
"title": "Subscript", | |
"icon": "subscript", | |
"format": "subscript" | |
}, | |
"6": { | |
"title": "Code", | |
"icon": "code", | |
"format": "code" | |
} | |
} | |
}, | |
"2": { | |
"title": "Blocks", | |
"items": { | |
"0": { | |
"title": "paragraph", | |
"format": "p" | |
}, | |
"1": { | |
"title": "Blockquote", | |
"format": "blockquote" | |
}, | |
"2": { | |
"title": "Div", | |
"format": "div" | |
}, | |
"3": { | |
"title": "pre", | |
"format": "pre" | |
} | |
} | |
}, | |
"3": { | |
"title": "Alignment", | |
"items": { | |
"0": { | |
"title": "Left", | |
"icon": "alignleft", | |
"format": "alignleft" | |
}, | |
"1": { | |
"title": "Center", | |
"icon": "aligncenter", | |
"format": "aligncenter" | |
}, | |
"2": { | |
"title": "Right", | |
"icon": "alignright", | |
"format": "alignright" | |
}, | |
"3": { | |
"title": "Justify", | |
"icon": "alignjustify", | |
"format": "alignjustify" | |
} | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"0": { | |
"title": "Headers", | |
"items": { | |
"0": { | |
"title": "Header 1", | |
"format": "h1" | |
}, | |
"1": { | |
"title": "Header 2", | |
"format": "h2" | |
}, | |
"2": { | |
"title": "Header 3", | |
"format": "h3" | |
}, | |
"3": { | |
"title": "Header 4", | |
"format": "h4" | |
}, | |
"4": { | |
"title": "Header 5", | |
"format": "h5" | |
}, | |
"5": { | |
"title": "Header 6", | |
"format": "h6" | |
} | |
} | |
}, | |
"1": { | |
"title": "Inline", | |
"items": { | |
"0": { | |
"title": "Bold", | |
"icon": "bold", | |
"format": "bold" | |
}, | |
"1": { | |
"title": "Italic", | |
"icon": "italic", | |
"format": "italic" | |
}, | |
"2": { | |
"title": "Underline", | |
"icon": "underline", | |
"format": "underline" | |
}, | |
"3": { | |
"title": "Strikethrough", | |
"icon": "strikethrough", | |
"format": "strikethrough" | |
}, | |
"4": { | |
"title": "Superscript", | |
"icon": "superscript", | |
"format": "superscript" | |
}, | |
"5": { | |
"title": "Subscript", | |
"icon": "subscript", | |
"format": "subscript" | |
}, | |
"6": { | |
"title": "Code", | |
"icon": "code", | |
"format": "code" | |
} | |
} | |
}, | |
"2": { | |
"title": "Blocks", | |
"items": { | |
"0": { | |
"title": "paragraph", | |
"format": "p" | |
}, | |
"1": { | |
"title": "Blockquote", | |
"format": "blockquote" | |
}, | |
"2": { | |
"title": "Div", | |
"format": "div" | |
}, | |
"3": { | |
"title": "pre", | |
"format": "pre" | |
} | |
} | |
}, | |
"3": { | |
"title": "Alignment", | |
"items": { | |
"0": { | |
"title": "Left", | |
"icon": "alignleft", | |
"format": "alignleft" | |
}, | |
"1": { | |
"title": "Center", | |
"icon": "aligncenter", | |
"format": "aligncenter" | |
}, | |
"2": { | |
"title": "Right", | |
"icon": "alignright", | |
"format": "alignright" | |
}, | |
"3": { | |
"title": "Justify", | |
"icon": "alignjustify", | |
"format": "alignjustify" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment