Posted 15 июля, 20213 yr comment_170585 Всем привет, решил установить 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 ... }); что за место он просит меня найти и куда я должен это вставить? помогите плиз. Link to comment https://ipbmafia.ru/topic/23317-plagin-n1ed-dlya-redaktora/ Share on other sites Больше вариантов
16 июля, 20213 yr comment_170589 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"; }; Link to comment https://ipbmafia.ru/topic/23317-plagin-n1ed-dlya-redaktora/?&do=findComment&comment=170589 Share on other sites Больше вариантов
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.