提交 6ce57c3f 编写于 作者: T teebbstudios

git status

上级 82583164
......@@ -20,7 +20,7 @@
.DS_Store
node_modules
composer.lock
composer.json.dev
composer.local.json
public/vendor/
public/uploads/
###< local ###
......
......@@ -32,4 +32,7 @@
1. prod环境下动态mapping字段,doctrine需要auto_generate_proxy_classes设置为EVAL对性能更好些
0.1.8
1. ckeditor添加codesnippet插件,修改ckeditor配置
\ No newline at end of file
1. ckeditor添加codesnippet插件,修改ckeditor配置
0.1.9
1. ckeditor添加markdown插件,修改ckeditor配置
\ No newline at end of file
......@@ -96,7 +96,7 @@ fos_ck_editor:
configs:
full:
toolbar: full
extraPlugins: 'codesnippet, uploadfile, uploadimage'
extraPlugins: 'codesnippet, uploadfile, uploadimage, markdown'
uploadUrl: /file/upload
imageUploadURL: /file/upload
filebrowserUploadUrl: /file/upload
......@@ -107,7 +107,7 @@ fos_ck_editor:
standard:
toolbar: standard
extraPlugins: 'codesnippet, uploadfile, uploadimage'
extraPlugins: 'codesnippet, uploadfile, uploadimage, markdown'
uploadUrl: /file/upload
imageUploadURL: /file/upload
filebrowserUploadUrl: /file/upload
......@@ -130,11 +130,14 @@ fos_ck_editor:
uploadimage:
path: /bundles/teebbcore/ckeditor-plugins/uploadimage/
filename: plugin.js
markdown:
path: /bundles/teebbcore/ckeditor-plugins/markdown/
filename: plugin.js
toolbars:
items:
'full.tools': ['Maximize', 'ShowBlocks', 'CodeSnippet']
'standard.tools': ['Maximize', 'CodeSnippet']
'full.tools': ['Maximize', 'ShowBlocks', 'CodeSnippet', 'Markdown']
'standard.tools': ['Maximize', 'CodeSnippet', 'Markdown']
doctrine:
orm:
......
......@@ -231,6 +231,9 @@
"phpdocumentor/type-resolver": {
"version": "1.1.0"
},
"phpstan/phpdoc-parser": {
"version": "0.4.10"
},
"psr/cache": {
"version": "1.0.1"
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册