文件名称:contenteditor-plugin:在页面中编辑内容-OctoberCMS插件
文件大小:66KB
文件格式:ZIP
更新时间:2024-06-05 13:34:37
javascript editor php content laravel
OctoberCMS的内容编辑器 从前端编辑内容。 如何使用它? 很简单。 将内容编辑器组件拖放到CMS页面。 检查内部布局中是否有{% framework %}和{% scripts %}可以工作的ajax请求,还有{% styles %}是否有其他CSS 在页面代码中使用此代码,并将编辑器链接到内容文件或设置名称以自动创建新文件 简单的例子: {% component 'contenteditor' file="filename_in_content.htm" %} 特性 文件-要编辑的内容块文件名,可选。 如果不存在,它将自动创建 夹具-内容块的固定名称,对于内联文本(标题,跨度...)很有用 tools-启用的工具列表,以逗号分隔(对于所有默认工具,请使用*或留空以获取在Content Editor的设置中定义的所有工具) class-元素类,主要用于灯具 例子:
【文件预览】:
contenteditor-plugin-master
----.gitignore(3KB)
----lang()
--------en()
--------sk()
----http()
--------middleware()
--------controllers()
----components()
--------contenteditor()
--------ContentEditor.php(5KB)
----routes.php(572B)
----assets()
--------additional-css.css(405B)
--------images()
--------contenteditor.css(320B)
--------contenteditor.js(10KB)
--------content-tools.min.js(170KB)
--------content-tools.min.css(32KB)
----models()
--------settings()
--------Settings.php(3KB)
----composer.json(459B)
----Plugin.php(2KB)
----README.md(2KB)
----.gitattributes(378B)
----updates()
--------version.yaml(2KB)
----LICENCE.md(1KB)