A fully open-source headless CMS that supports Markdown and Visual Editing
Method on the deprecated GitFile class (PR #5715). Filesystem-level reset is obsolete now that forms round-trip through GraphQL mutations; form-level reset is handled by the form plugin.
411d until removal
/**
* @deprecated
*/
reset = () => {
this.cms.api.git.reset({ files: [this.relativePath] });
};Rely on the form plugin's own reset() handling — no filesystem call is required.