提交 3fafd74f 编写于 作者: T teebbstudios

0.1.8

上级 c774543e
......@@ -20,7 +20,7 @@
.DS_Store
node_modules
composer.lock
composer.local.json
composer.json.dev
public/vendor/
public/uploads/
###< local ###
......
......@@ -50,6 +50,10 @@ teebb_core:
nestable:
js_path: vendor/nestable/jquery.nestable.js
highlight:
js_path: bundles/teebbcore/ckeditor-plugins/codesnippet/lib/highlight/highlight.pack.js
css_path: bundles/teebbcore/ckeditor-plugins/codesnippet/lib/highlight/styles/dark.css
oneup_flysystem:
adapters:
public_dir_adapter:
......@@ -88,30 +92,34 @@ liip_imagine:
allow_upscale: true
fos_ck_editor:
default_config: full
default_config: standard
configs:
full:
toolbar: full
extraPlugins: "uploadfile, uploadimage"
extraPlugins: "codesnippet, uploadfile, uploadimage"
uploadUrl: /file/upload
imageUploadURL: /file/upload
filebrowserUploadUrl: /file/upload
filebrowserFlashUploadUrl: /file/upload
filebrowserImageUploadUrl: /file/upload
codeSnippet_theme: 'default'
standard:
toolbar: standard
extraPlugins: "uploadfile, uploadimage"
extraPlugins: "codesnippet, uploadfile, uploadimage"
uploadUrl: /file/upload
imageUploadURL: /file/upload
filebrowserUploadUrl: /file/upload
filebrowserFlashUploadUrl: /file/upload
filebrowserImageUploadUrl: /file/upload
codeSnippet_theme: 'default'
basic:
toolbar: basic
plugins:
codesnippet:
path: /bundles/teebbcore/ckeditor-plugins/codesnippet/
filename: plugin.js
uploadfile:
path: /bundles/teebbcore/ckeditor-plugins/uploadfile/
filename: plugin.js
......@@ -119,6 +127,10 @@ fos_ck_editor:
path: /bundles/teebbcore/ckeditor-plugins/uploadimage/
filename: plugin.js
toolbars:
items:
'full.tools': ['Maximize', 'ShowBlocks', 'CodeSnippet'],
'standard.tools': ['Maximize', 'CodeSnippet'],
doctrine:
orm:
......
......@@ -107,6 +107,9 @@
"fig/link-util": {
"version": "1.1.1"
},
"friendsofphp/proxy-manager-lts": {
"version": "v1.0.0"
},
"friendsofsymfony/ckeditor-bundle": {
"version": "2.0",
"recipe": {
......@@ -152,6 +155,15 @@
"knplabs/knp-time-bundle": {
"version": "v1.13.0"
},
"laminas/laminas-code": {
"version": "3.5.1"
},
"laminas/laminas-eventmanager": {
"version": "3.3.0"
},
"laminas/laminas-zendframework-bridge": {
"version": "1.1.1"
},
"league/flysystem": {
"version": "1.0.69"
},
......@@ -192,9 +204,6 @@
"ocramius/package-versions": {
"version": "1.5.1"
},
"ocramius/proxy-manager": {
"version": "2.2.3"
},
"oneup/flysystem-bundle": {
"version": "3.0",
"recipe": {
......@@ -672,11 +681,5 @@
},
"willdurand/negotiation": {
"version": "v2.3.1"
},
"zendframework/zend-code": {
"version": "3.4.1"
},
"zendframework/zend-eventmanager": {
"version": "3.2.1"
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册