Jump to content

Плагин N1ED для редактора


Recommended Posts

Всем привет, решил установить N1ED для редактора но застопорился на установке, после установки на сайте в местах где используется редактор появляется это онко

Спойлер

2146042753_.thumb.PNG.5fcd8bb850dec3c8055a7959f676ede8.PNG

которое переносит на страницу с инструкцией

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
Share on other sites

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
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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Ваша ссылка была автоматически строена.   Отображать как обычную ссылку

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...