将ueditor移动到module-core模块下
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
<div class="form-group">
|
||||
<label class="control-label col-sm-1">${text('正文')}:</label>
|
||||
<div class="col-sm-11">
|
||||
<#form:ueditor id="content" path="articleData.content" maxlength="10000" height="500" class="required" simpleToolbars="false" readonly="false" outline="false"/>
|
||||
<#form:ueditor id="content" path="articleData.content" maxlength="10000" height="500" class="required"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user