Which folders can FCKEditor run without?
We have FCKeditor in one of our projects, but we are striving for a stream-lined build process. I've noticed there seems to be a l开发者_Go百科ot of bloat within the FCKEditor (images, HTML files, language.js files etc.) which are probably not used. Does anyone know which folders/files can be removed without affecting its functionality?
- You can remove unnecessary connectors - for example, I removed connectors for php, perl, lasso etc (I used ASP .NET). You can find connectors on editor/filemanager/connectors/
- You can remove _sample directory too.
- If multilingual support is unnecessary, you can remove unnecessary languages from editor/lang
In addition to Amber's points you can remove all the plugins you don't want. Many, if not most are off by default.
精彩评论