You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And if content file doesn't exist, plugin will create that file with predefined text written in placeholder attribute and paste that text to tag written in fixture
In the result
content/hero/title.htm
<h3>Some initial text</h3>
The text was updated successfully, but these errors were encountered:
Hey, thanks for good idea, i think this will be needed to move fixture to separate component to allow options like this and remove other issue when multiple fixtures are used.
When we move our ready HTML markup to October CMS, we need to create all content files manually to allow clients to edit text
It's kind of pain because we need to do many thing
content/hero/title.htm
{% component 'contenteditor' file="content/hero/title.htm" %}
It would be great if we can just write
And if content file doesn't exist, plugin will create that file with predefined text written in
placeholder
attribute and paste that text to tag written infixture
In the result
content/hero/title.htm
The text was updated successfully, but these errors were encountered: