CKEditor5
熊 :)
这个作者很懒,什么都没留下…
展开
-
CKEditor5 图片上传 (tp5-oss)
前端:<script> ClassicEditor .create( document.querySelector( '#editor' ), { // toolbar: [ 'heading', '|', 'bold', 'italic', 'link' ] ckfinder: { ...原创 2019-06-20 10:08:21 · 1153 阅读 · 0 评论 -
ckeditor5 增加左右缩进
1、安装好Node 和 yarn2、安装ckeditor5git clone -b stable https://github.com/ckeditor/ckeditor5-build-classic.git cd ckeditor5-build-classicnpm install3、安装左右缩进插件npminstall--saveckeditor5-indent-te...原创 2019-06-18 13:36:23 · 1698 阅读 · 0 评论 -
CKEditor5 最小高度设置
.ck-content { min-height: 200px;}转载 2019-06-18 17:19:27 · 3163 阅读 · 0 评论