Jump to content

CKEditor not honoring config.format_tags


dreerr
 Share

Recommended Posts

Hi there,

when I try to override the default Format menu in CKEditor for a specific field or also for all fields according to docs creating a file at:

site/modules/InputfieldCKEditor/config-biography.js

with contents

CKEDITOR.editorConfig = function( config ) {
  config.format_tags = 'p;h2;h3;Heading';
};

the changes are not reflected. Other config item like config.uiColor are working. Any solution? For now I moved everything to the style menu...

EDIT: sorry, I oversaw the field  :-X

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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