Using the front-end editor with the static page plugin

Im really new to ocms, I set up static pages and it works very well. I want to edit fields from the first page (when editing the context) using one of the plugins, for example: https://octobercms.com/plugin/netsti-editor I dragged the layout onto my page, but I cannot edit it on the first page. This is an example of 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

+7
php octobercms octobercms-plugins
source share
1 answer

We discussed the exact problem with the OP in the chat. It turned out that there is a better option to use other plugins for his needs - this one for static pages and this one for built-in editing .

Another thing is that when a page becomes more or less dynamic (for example, scripts that can modify / change any type of content), it automatically ceases to be a "static page".

+3
source share

All Articles