Rails 3 (アセット パイプライン) の ckeditor 構成に追加のプラグインとテンプレートを追加する方法がわかりません。私が作成した2つのフォルダにそれらすべてを入れようとしました:
/app/assets/javascripts/ckeditor/plugins
アプリ/アセット/javascripts/ckeditor/テンプレート
...成功せずに。rails3 で ckeditor テンプレートとプラグインを追加する正しい方法は何ですか?
私はRuby 1.9.3p362 Rails 3.2.11を使用しています
- - - - - - アップデート
次に、(default.js ckeditor テンプレートのコピーから開始して) テンプレートを作成します。
アプリ/アセット/javascripts/ckeditor/plugins/templates/templates/template.js
そしてCKEDITORのconfig.jsに追加されました:
config.templates_files = [ '/plugins/templates/templates/template.js' ];
しかし、私はテンプレートにアクセスできません