Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The plugin does not work for me, could you help me define what is happening? #8

Open
Vikhingr opened this issue Jul 25, 2023 · 0 comments

Comments

@Vikhingr
Copy link

Archive: config.js

KEDITOR.editorConfig = function( config ) {
// Define changes to default configuration here. For example:
// config.language = 'fr';
// config.uiColor = '#AADC6E';

// ExtraPlugins

config.extraPlugins = 'strinsert,googlesearch,tabletoolstoolbar,textselection,openlink,quicktable,selectallcontextmenu,simplebutton,stat,backup,richcombo';

// Color Buttons xconfiguration.

config.colorButton_colors =
'D6F5FF,C4F4C0,F8C9C4,000080,008000,' +
'800080,FFF2CC,CCCCCC,FFE599,F3F7FE,' +
'EEEEEE,FFFFFF,000000,276EF1,5FB709,C27BA0,016974';

// Toolbar groups configuration.

	config.toolbarGroups = [
	{ name: 'document', groups: [ 'mode', 'document', 'doctools' ] },
	{ name: 'clipboard', groups: [ 'clipboard', 'undo' ] },
	{ name: 'editing', groups: [ 'find', 'selection', 'spellchecker', 'editing' ] },
	{ name: 'forms', groups: [ 'forms' ] },
	'/',
	{ name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] },
	{ name: 'paragraph', groups: [ 'list', 'indent', 'blocks', 'align', 'bidi', 'paragraph' ] },
	{ name: 'links', groups: [ 'links' ] },
	{ name: 'insert', groups: [ 'insert' ] },
	'/',
	{ name: 'styles', groups: [ 'styles' ] },
	{ name: 'colors', groups: [ 'colors' ] },
	{ name: 'tools', groups: [ 'tools' ] },
	{ name: 'others', groups: [ 'others' ] },
	{ name: 'googlesearch', groups: [ 'googlesearch' ] },
	{ name: 'simplebutton'},
	{ name: 'about', groups: [ 'about' ] },
	'/',
	{ name: 'tables', groups: [ 'table','tablerow','tablecolumn', 'tablecell','tablecellmergesplit' ] }
];

// Font Sizes

config.fontSize_sizes = '10.5/14px;11/14.5px;14/18.5px;16/21px;;23/30.5px;';

//Styles

config.format_tags = 'p;h1;h2;h4';

// Remove buttons

config.removeButtons = 'NewPage,ExportPdf,Print,Cut,Copy,Paste,PasteText,PasteFromWord,Replace,Scayt,Form,Checkbox,Radio,Textarea,TextField,Select,Button,ImageButton,HiddenField,Strike,Subscript,Superscript,CopyFormatting,Blockquote,CreateDiv,Image,HorizontalRule,SpecialChar,PageBreak,Iframe,Styles,Font,Smiley';

};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant