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

Duplicate Toolbar Buttons #3

Open
jdart opened this issue Mar 15, 2010 · 1 comment
Open

Duplicate Toolbar Buttons #3

jdart opened this issue Mar 15, 2010 · 1 comment

Comments

@jdart
Copy link

jdart commented Mar 15, 2010

Using the following config:

ckeditor:
config:
toolbar:
- ['Format', 'Bold', 'Italic', 'Blockquote']
- ['Font', 'FontSize']
- ['Link', 'Unlink']
- ['PasteText']
- ['Undo', 'Redo']
- ['Source', 'Maximize', 'ShowBlocks']

I get duplicate buttons for link and unlink and blockquote, and I get buttons I didn't specify like numbered list and bulleted list.

@ornicar
Copy link
Owner

ornicar commented Mar 18, 2010

it's due to the way sfYaml merges configuration. Maybe we should provide a symfony event to filter the configuration.

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

2 participants