@@ -96,7 +96,7 @@ fos_ck_editor:
9696 configs :
9797 full :
9898 toolbar : full
99- extraPlugins : ' codesnippet, uploadfile, uploadimage'
99+ extraPlugins : ' codesnippet, uploadfile, uploadimage, markdown '
100100 uploadUrl : /file/upload
101101 imageUploadURL : /file/upload
102102 filebrowserUploadUrl : /file/upload
@@ -107,7 +107,7 @@ fos_ck_editor:
107107
108108 standard :
109109 toolbar : standard
110- extraPlugins : ' codesnippet, uploadfile, uploadimage'
110+ extraPlugins : ' codesnippet, uploadfile, uploadimage, markdown '
111111 uploadUrl : /file/upload
112112 imageUploadURL : /file/upload
113113 filebrowserUploadUrl : /file/upload
@@ -130,11 +130,14 @@ fos_ck_editor:
130130 uploadimage :
131131 path : /bundles/teebbcore/ckeditor-plugins/uploadimage/
132132 filename : plugin.js
133+ markdown :
134+ path : /bundles/teebbcore/ckeditor-plugins/markdown/
135+ filename : plugin.js
133136
134137 toolbars :
135138 items :
136- ' full.tools ' : ['Maximize', 'ShowBlocks', 'CodeSnippet']
137- ' standard.tools ' : ['Maximize', 'CodeSnippet']
139+ ' full.tools ' : ['Maximize', 'ShowBlocks', 'CodeSnippet', 'Markdown' ]
140+ ' standard.tools ' : ['Maximize', 'CodeSnippet', 'Markdown' ]
138141
139142doctrine :
140143 orm :
0 commit comments