Skip to content

Instantly share code, notes, and snippets.

@bedus-creation
Created April 14, 2019 17:32
Show Gist options
  • Save bedus-creation/b0b5a9702d7a9a02b5d1f3c586f0a181 to your computer and use it in GitHub Desktop.
Save bedus-creation/b0b5a9702d7a9a02b5d1f3c586f0a181 to your computer and use it in GitHub Desktop.
SummerNote Confg
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