| .. | |||||
| settings.js | |||||
| ui.js |
| Server IP : 103.169.32.36 / Your IP : 216.73.217.13 Web Server : Apache System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/dpmptsp/public_html/newsigniter/assets/back/vendors/summernote_v/src/js/bs4/ |
Upload File : |
import $ from 'jquery';
import ui from './ui';
import '../base/settings.js';
import '../../styles/summernote-bs4.scss';
$.summernote = $.extend($.summernote, {
ui_template: ui,
interface: 'bs4',
});
$.summernote.options.styleTags = [
'p',
{ title: 'Blockquote', tag: 'blockquote', className: 'blockquote', value: 'blockquote' },
'pre', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6',
];
| .. | |||||
| settings.js | |||||
| ui.js |