Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 202
SexyMF Avatar asked Sep 14 '17 03:09

SexyMF


1 Answers

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 (e.g. scripts that can change/alter any type of content) it automatically stops being "static page".

like image 126
genesst Avatar answered Oct 19 '22 11:10

genesst