12 lines
661 B
PHP
12 lines
661 B
PHP
![]() |
<?php
|
||
|
|
||
|
return array(
|
||
|
'htmlEditor.meta.title' => "html编辑预览",
|
||
|
'htmlEditor.meta.desc' => "基于TinyMce的富文本编辑器,注意:编辑保存会自动去除js相关内容",
|
||
|
'htmlEditor.meta.tips' => "内容发生变化,编辑器对打开内容做了自动过滤处理(移除了js脚本,不支持的标签等内容),请谨慎保存!",
|
||
|
|
||
|
'htmlEditor.app.show' => "html在线预览",
|
||
|
'htmlEditor.app.showDesc' => "html文件安全在线预览,支持js,css,img等相对资源引用",
|
||
|
'htmlEditor.app.edit' => "Tinymce 编辑",
|
||
|
'htmlEditor.app.editDesc' => "基于TinyMce的富文本编辑器,注意:编辑保存会自动去除js相关内容",
|
||
|
);
|