Created
February 13, 2011 19:54
-
-
Save davidmohara/825034 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var custom_wymeditor_boot_options = { | |
skin: 'refinery' | |
, containersItems: [ | |
{'name': 'h3', 'title':'Heading_3', 'css':'wym_containers_h3'} | |
, {'name': 'h4', 'title':'Heading_4', 'css':'wym_containers_h4'} | |
, {'name': 'h5', 'title':'Heading_5', 'css':'wym_containers_h5'} | |
, {'name': 'p', 'title':'Paragraph', 'css':'wym_containers_p'} | |
] | |
, classesItems: [ | |
{name: 'heading', rules:[ 'emphasis'], join: '-'}, | |
{name: 'image-align', rules:['left', 'center', 'right'], join: '-'}, | |
{name: 'text-align', rules:['left', 'center', 'right'], join: '-'}, | |
] | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment