mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
更新
This commit is contained in:
@@ -894,4 +894,18 @@ function themeConfig($form)
|
||||
);
|
||||
$JOverdue->setAttribute('class', 'joe_content joe_post');
|
||||
$form->addInput($JOverdue->multiMode());
|
||||
|
||||
$JEditor = new Typecho_Widget_Helper_Form_Element_Select(
|
||||
'JEditor',
|
||||
array(
|
||||
'on' => '开启(默认)',
|
||||
'off' => '关闭',
|
||||
),
|
||||
'on',
|
||||
'是否启用Joe自定义编辑器',
|
||||
'介绍:开启后,文章编辑器将替换成Joe编辑器 <br>
|
||||
其他:目前编辑器处于拓展阶段,如果想继续使用原生编辑器,关闭此项即可'
|
||||
);
|
||||
$JEditor->setAttribute('class', 'joe_content joe_post');
|
||||
$form->addInput($JEditor->multiMode());
|
||||
} ?>
|
||||
Reference in New Issue
Block a user