You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
1.3 KiB

<?php
$st_cnf = &LE::$TPL->static_list;
$st_dep = &LE::$TPL->static_dep;
$st_cnf[] = [
'mod'=>'highlight.js',
'pos'=>'top',
'type'=>'css',
'link'=>'//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/styles/default.min.css'];
$st_cnf[] = [
'mod'=>'highlight.js',
'pos'=>'bottom',
'type'=>'js',
'link'=>'//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/highlight.min.js'];
$st_cnf[] = [
'mod'=>'le_form',
'type'=>'css',
'link'=>'/pub/css/le_form.css'];
$st_cnf[] = [
'mod'=>'ckeditor5',
'type'=>'js',
'link'=>'https://cdn.ckeditor.com/ckeditor5/27.1.0/classic/ckeditor.js'];
$st_cnf[] = [
'mod'=>'codemirror',
'type'=>'css',
'link'=>'https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.48.4/codemirror.min.css'];
$st_cnf[] = [
'mod'=>'tui-editor',
'type'=>'css',
'link'=>'https://uicdn.toast.com/editor/latest/toastui-editor.min.css'];
$st_cnf[] = [
'mod'=>'tui-editor',
'type'=>'js',
'link'=>'https://uicdn.toast.com/editor/latest/toastui-editor-all.min.js'
//'link'=>'/pub/js/tui-editor.js'
];
$st_cnf[] = [
'mod'=>'jquery',
'type'=>'js',
'link'=>'https://code.jquery.com/jquery-3.6.0.slim.min.js'];
$st_dep['tui-editor']=['codemirror','oth'];