From 9345907a5c1737c6c2c1f8eba52a568035b08493 Mon Sep 17 00:00:00 2001 From: haturatu Date: Sat, 22 Feb 2025 23:20:55 +0900 Subject: fix: all hange s\/github.com\/ponzu-cms/github.com\/haturatu\/g --- docs/src/Interfaces/Editor.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/src/Interfaces/Editor.md') diff --git a/docs/src/Interfaces/Editor.md b/docs/src/Interfaces/Editor.md index 63d3ceb..d1abf01 100644 --- a/docs/src/Interfaces/Editor.md +++ b/docs/src/Interfaces/Editor.md @@ -8,7 +8,7 @@ within the CMS. ## Interfaces -### [editor.Editable](https://godoc.org/github.com/ponzu-cms/ponzu/management/editor#Editable) +### [editor.Editable](https://godoc.org/github.com/haturatu/ponzu/management/editor#Editable) Editable determines what `[]bytes` are rendered inside the editor page. Use Edtiable on anything inside your CMS that you want to provide configuration, editable @@ -51,7 +51,7 @@ func (p *Post) MarshalEditor() ([]byte, error) { --- -### [editor.Mergeable](https://godoc.org/github.com/ponzu-cms/ponzu/management/editor#Mergeable) +### [editor.Mergeable](https://godoc.org/github.com/haturatu/ponzu/management/editor#Mergeable) Mergable enables a CMS end-user to merge the "Pending" content from an outside source into the "Public" section, and thus making it visible via the public content API. It also allows the end-user to reject content. "Approve" and "Reject" buttons will be visible on the edit page for content submitted. -- cgit v1.2.3