Skip to content

Commit

Permalink
Fixed indenting in the config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshort committed Jun 25, 2010
1 parent d5b2d37 commit 0e4904d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions _config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
* Set up a simplified HTML editor config for use in help text.
*/
HtmlEditorConfig::get('simple')->setOptions(array(
'friendly_name' => 'Simple',
'language' => i18n::get_tinymce_lang(),
'document_base_url' => Director::absoluteBaseURL(),
'mode' => 'specific_textareas',
'valid_elements' => '*[*]'
'friendly_name' => 'Simple',
'language' => i18n::get_tinymce_lang(),
'document_base_url' => Director::absoluteBaseURL(),
'mode' => 'specific_textareas',
'valid_elements' => '*[*]'
));
HtmlEditorConfig::get('simple')->setButtonsForLine(1, array(
'bold', 'italic', 'underline', 'strikethrough', 'separator', 'undo',
'redo', 'separator', 'formatselect', 'cleanup', 'separator',
'bullist', 'numlist'
'bold', 'italic', 'underline', 'strikethrough', 'separator', 'undo',
'redo', 'separator', 'formatselect', 'cleanup', 'separator',
'bullist', 'numlist'
));
HtmlEditorConfig::get('simple')->setButtonsForLine(2);
HtmlEditorConfig::get('simple')->setButtonsForLine(3);

0 comments on commit 0e4904d

Please sign in to comment.