提交 2aa91c16 编写于 作者: T teebbstudios

0.1.1 version

上级 56c4ac15
#CHANGELOG
0.1.1:
1. fosckeditorbundle 添加文件图片拖拽上传和图片上传功能
2. 用户组权限调整,不同用户组可设置不同的ckeditor工具栏配置
3. 文本、长文本字段默认过滤所有HTML标签
\ No newline at end of file
......@@ -257,14 +257,38 @@ liip_imagine:
allow_upscale: true
fos_ck_editor:
default_config: full
configs:
full:
toolbar: full
extraPlugins: "uploadfile, uploadimage"
uploadUrl: /file/upload
imageUploadURL: /file/upload
filebrowserUploadUrl: /file/upload
filebrowserFlashUploadUrl: /file/upload
filebrowserImageUploadUrl: /file/upload
standard:
toolbar: standard
extraPlugins: "uploadfile, uploadimage"
uploadUrl: /file/upload
imageUploadURL: /file/upload
filebrowserUploadUrl: /file/upload
filebrowserFlashUploadUrl: /file/upload
filebrowserImageUploadUrl: /file/upload
basic:
toolbar: basic
plugins:
uploadfile:
path: /bundles/teebbcore/ckeditor-plugins/uploadfile/
filename: plugin.js
uploadimage:
path: /bundles/teebbcore/ckeditor-plugins/uploadimage/
filename: plugin.js
doctrine:
orm:
entity_managers:
......
......@@ -23,7 +23,7 @@ _teebb_taxonomy:
_teebb_file:
resource: "@TeebbCoreBundle/Resources/config/routing/file.xml"
prefix: /admin
_teebb_formatter:
resource: "@TeebbCoreBundle/Resources/config/routing/formatter.xml"
......
......@@ -6,7 +6,7 @@
parameters:
locale: 'zh_CN'
fly_system_service: oneup_flysystem.public_dir_filesystem_filesystem
fly_system_host: 'http://localhost:8000'
fly_system_host: 'http://127.0.0.1:8000'
services:
# default configuration for services in *this* file
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册