Created
April 14, 2019 17:32
-
-
Save bedus-creation/b0b5a9702d7a9a02b5d1f3c586f0a181 to your computer and use it in GitHub Desktop.
SummerNote Confg
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
var configSummernote = { | |
placeholder: 'Details goes here', | |
toolbar: [ | |
['style', ['style']], | |
['fontsize', ['fontsize']], | |
['font', ['bold', 'italic', 'underline','font', 'strikethrough', 'superscript', 'subscript']], | |
['fontname', ['fontname']], | |
// ['color', ['color']], | |
['para', ['ul', 'ol', 'paragraph']], | |
['height', ['height']], | |
// ['insert', ['picture', 'hr','link']], | |
['insert', ['hr','link']], | |
['table', ['table']], | |
['view', ['fullscreen','codeview']] | |
], | |
fontSizes: ['12', '14','16', '18','20','22','24', '36'], | |
fontNames: ["Mukta, sans-serif"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment