こんにちは、フォント サイズ プラグインを Aloha Editor に追加しようとしていますが、エラーが発生し続けます。
TypeError: Aloha.settings.plugins が定義されていません
編集: 次のことを行うことで、問題を解決できました:
<script src="Scripts/aloha/lib/require.js"></script>
<script>
Aloha.settings = {
locale: 'en',
plugins: {}
</script>
<script src="Scripts/aloha/lib/aloha.js" data-aloha-plugins="common/ui,common/format,common/highlighteditables,common/link,community/fontsize"></script>
プラグインが実際にロードされる前に、Aloha.settings に空のプラグイン オブジェクトが含まれるようになりました。私の問題は、使用しようとしているプラグインに固有のものになりました。プラグインで指定する設定がわかりません: {} ブラケット。
私が使用しようとしているプラグインはここにあります: https://github.com/jstrouse/Aloha-Plugin-FontSize https://github.com/deliminator/Aloha-Plugin-Colorselector 後者は公式から直接リンクされていますページ: http://aloha-editor.org/guides/plugins.html