Skip to content

Commit

Permalink
Fixes hash syntax for wym whitelist core init template.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Yurkowski committed Feb 28, 2012
1 parent c51088d commit 9441694
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Refinery::Core.configure do |config|
# Show/hide browser update message in the backend
# config.show_internet_explorer_upgrade_message = <%= Refinery::Core.show_internet_explorer_upgrade_message.inspect %>

# Add extra tags to the wymeditor whitelist e.g. = {'tag' => {'attributes': {'1': 'href'}}} or just {'tag' => {}}
# Add extra tags to the wymeditor whitelist e.g. = {'tag' => {'attributes' => {'1' => 'href'}}} or just {'tag' => {}}
# config.wymeditor_whitelist_tags = <%= Refinery::Core.wymeditor_whitelist_tags.inspect %>

# Register extra javascript for backend
Expand Down

0 comments on commit 9441694

Please sign in to comment.