Estomel Posted July 15, 2021 Share Posted July 15, 2021 Всем привет, решил установить N1ED для редактора но застопорился на установке, после установки на сайте в местах где используется редактор появляется это онко Спойлер которое переносит на страницу с инструкцией Set API key option Find the place where you pass configuration into TinyMCE and set apiKey option to "МОЙ КОД" (this is your current API key) tinymce.init({ // ... any other options here ... apiKey: "МОЙ КОД", // ... any other options here ... }); что за место он просит меня найти и куда я должен это вставить? помогите плиз. Quote Link to comment Share on other sites More sharing options...
Dobrochas Posted July 16, 2021 Share Posted July 16, 2021 Estomel Пишем здесь: /applications/core/interface/ckeditor/ckeditor/config.js Такого формата должны быть данные (здесь весь мой конфиг файл): CKEDITOR.editorConfig=function(a){ a.toolbarGroups=[{name:"document",groups:["mode","document","doctools"]},{name:"clipboard",groups:["clipboard","undo"]},{name:"editing",groups:["find","selection","spellchecker"]},{name:"forms"},{name:"basicstyles",groups:["basicstyles","cleanup"]},{name:"paragraph",groups:["list","indent","blocks","align","bidi"]},{name:"links"},{name:"insert"},{name:"styles"},{name:"colors"},{name:"tools"},{name:"others"},{name:"about"}]; a.removeButtons="Cut,Copy,Paste,Undo,Redo,Anchor,Underline,Strike,Subscript,Superscript"; a.removeDialogTabs="link:advanced"; a.apiKey = "ваш апи"; a.extraPlugins = "N1ED-editor"; }; Estomel 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.