configBase.php 402 B

12345678910
  1. <?php return array (
  2. 'language' => 'zh_CN',
  3. 'plugins' => 'autolink,autosave,print,preview,spellchecker,fullscreen,media,emoticons,template,paste,textcolor',
  4. 'toolbar' => '1',
  5. 'content_style' => '',
  6. 'image_default_size' => '{width:\'100%\',height:\'\'}',
  7. 'up_video' => '0',
  8. 'media_default_size' => '{width:\'100%\',height:\'\'}',
  9. 'subDom' => ':button[type=submit],input[type=submit]',
  10. );