<!--
Note: en-US is the default language!
Can be changed from GULP Vendor config file
(gulp.config__vendors.js)
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
To upload the image, add your server-side script path:
data-ajax-url="upload.php"
data-ajax-params="['action','upload']['param2','value2']"
The upload script should return a valid image full URL
like: https://www.mydomain.com/upload/image.jpg
data-ajax-params are optional and used as identifiers by your backend.
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
data-summernote-config="..."
contains the defaults and can be removed to simply
load summernote default!
-->
<textarea class="summernote-editor w-100"
data-summernote-config='{
"placeholder": "Type here...",
"focus": false,
"lang": "en-US",
"minHeight": 300,
"maxHeight": 1500,
" styleTags": ["h2","h3","h4","h5","h6"
,{
"title" :"Paragraph",
"tag" :"p",
"value" :"p",
"className" :""
}
,{
"title" :"Paragraph Lead",
"tag" :"p",
"value" :"p",
"className" :"lead"
}
],
"toolbar": [
["font", ["bold", "italic", "underline", "clear"]],
["para", ["ul", "ol", "paragraph"]],
["insert", ["link", "picture", "video", "hr"]],
["view", ["fullscreen", "codeview", "help"]]
],
"disableDragAndDrop": false,
"codeviewFilter": false,
"codeviewIframeFilter": true
}'></textarea>