要将lecms编辑发布文章下面的选框【远程图片本地化】改成默认选中状态,需要修改模板中的代码。
待修改文件路径:
/admin/view/default/inc-content_set_base.htm
/admin/view/default/inc-content_set_extend.htm
搜索代码:
<input name="isremote" type="checkbox" value="1" title="{lang:isremote}" lay-skin="primary">
修改为:
<input name="isremote" type="checkbox" value="2" title="{lang:isremote}" lay-skin="primary" checked>
即可实现要的默认选中效果。
发表评论