Using a front end editor with static pages plugin
Im really new to ocms, I have installed static pages and its working really good. I want to edit the fields from the front page (in context editing) with one of the plugins, this for example: https://octobercms.com/plugin/netsti-editor I have dragged to my layout page, but I can't edit this in the front page. this is an example how I use the static page plugin:
<img src="{mediafinder name="logo" label="Logo" tab="General" mode="image"}{/mediafinder}" />
{repeater name="side_logos" tab="General" prompt="Add another content section"} {text name="my_title" label="My Title"}{/text} {/repeater}
Thanks
We discussed the exact problem with the OP in a chat. Turned out that there's a better option to use other plugins for his needs - this one for static pages and this one for inline editing.
The other thing is, once page becomes more or less dynamic (eg scripts that can change/alter any type of content) it automatically stops being "static page".
链接地址: http://www.djcxy.com/p/40442.html上一篇: Google Analytics的“移动设备模型”和Android的Build.MODEL
下一篇: 使用静态页面插件的前端编辑器