diff options
author | haturatu <taro@eyes4you.org> | 2025-02-22 23:20:55 +0900 |
---|---|---|
committer | haturatu <taro@eyes4you.org> | 2025-02-22 23:20:55 +0900 |
commit | 9345907a5c1737c6c2c1f8eba52a568035b08493 (patch) | |
tree | 50f0c68436e4eba8e7a72cf9876a577d0c4c6340 /docs/src/Interfaces/Editor.md | |
parent | a9cdbc4e7fbdd14922ef5c96cc7a285b153bf947 (diff) |
fix: all hange s\/github.com\/ponzu-cms/github.com\/haturatu\/g
Diffstat (limited to 'docs/src/Interfaces/Editor.md')
-rw-r--r-- | docs/src/Interfaces/Editor.md | 4 |
1 files changed, 2 insertions, 2 deletions
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. |