Commit 28c0dd56 authored by 刘小敏's avatar 刘小敏

富文本高度调整为自适应

parent a0d81ef5
......@@ -18,7 +18,7 @@ return [
'title' => '默认高度',
'type' => 'string',
'content' => [],
'value' => '250',
'value' => 'auto',
'rule' => 'required',
'msg' => '',
'tip' => '编辑器默认高度,auto表示自适应高度',
......@@ -45,7 +45,7 @@ return [
1 => '是',
0 => '否',
],
'value' => '0',
'value' => '1',
'rule' => 'required',
'msg' => '',
'tip' => '是否浮动工具栏',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment