Move code style block button.

This commit is contained in:
cahrens
2014-03-24 09:43:49 -04:00
parent 0953583d38
commit 1cd6e1dc7e

View File

@@ -33,7 +33,7 @@ class @HTMLEditingDescriptor
},
image_advtab: true,
# We may want to add "styleselect" when we collect all styles used throughout the LMS
toolbar: "formatselect | fontselect | bold italic wrapAsCode underline forecolor | bullist numlist outdent indent blockquote | link unlink image | code",
toolbar: "formatselect | fontselect | bold italic underline forecolor wrapAsCode | bullist numlist outdent indent blockquote | link unlink image | code",
block_formats: "Paragraph=p;Preformatted=pre;Heading 1=h1;Heading 2=h2;Heading 3=h3",
width: '100%',
height: '400px',