Hi,
I realize that two similar questions have been posted here and here, but neither had a solution which helped for me.
I have the following behavior: When changing the content in a markdown editor in my custom blueprint and saving, the file on the server itself changes but the content in my editor jumps back to the previous version. The behavior occurs mostly with small changes like single character changes. It is quite inconsistent behavior and the other posts suggest some issue in the blueprint. So if anyone could give me any pointers there, I would be really happy!
Blueprint:
title: Steckbrief
form:
fields:
header.title:
type: text
autofocus: true
style: vertical
label: PLUGIN_ADMIN.TITLE
header.content.facts:
type: editor
label: Fakten
header.content.description:
type: editor
label: Beschreibung
Grav Version 1.7.10
Admin v1.10.9
All caching has been disabled
Thanks a lot,
Jannic