Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor michal

    (@michal_cksource)

    @murraybiscuit about what kind of customization do you think ?
    You can customize CKEditor settings in ckeditor.config.js file which you should backup after change. In this way you can ‘save’ your changes during update of plugin.

    Thread Starter murraybiscuit

    (@murraybiscuit)

    thanks for the response michal.

    the point is that i don’t want to have to back the config file up or fiddle in the plugin directory. if i’m building a theme/sites for multiple clients, it’s easier for me to just install a theme, put all the config/styles stuff in the theme and point the plugin to it. that way, i could create a theme, tell a client to install ckeditor plugin, and all of my customisations for that theme become available without them having to use ftp, and if they delete or update the plugin, there’s no risk of config being overwritten.

    by default, there would be a search logic to find config/styles/editor-css files:
    – check user specified directory
    – if doesn’t exist, check current theme root
    – if doesn’t exist, check plugin root.

    Then you just add a field where the user can specify the config dir in the frontend and the script figures out the rest.

    hope that makes sense.

    Plugin Contributor michal

    (@michal_cksource)

    I mark this topic as feature request.

    Thread Starter murraybiscuit

    (@murraybiscuit)

    thanks michal. would be great if you could consider it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: CKEditor For WordPress] feature request: search theme dir for config file or specify config’ is closed to new replies.