summaryrefslogtreecommitdiff
path: root/docs/build/Interfaces/Editor/index.html
diff options
context:
space:
mode:
authorhaturatu <taro@eyes4you.org>2025-02-22 23:20:55 +0900
committerhaturatu <taro@eyes4you.org>2025-02-22 23:20:55 +0900
commit9345907a5c1737c6c2c1f8eba52a568035b08493 (patch)
tree50f0c68436e4eba8e7a72cf9876a577d0c4c6340 /docs/build/Interfaces/Editor/index.html
parenta9cdbc4e7fbdd14922ef5c96cc7a285b153bf947 (diff)
fix: all hange s\/github.com\/ponzu-cms/github.com\/haturatu\/g
Diffstat (limited to 'docs/build/Interfaces/Editor/index.html')
-rw-r--r--docs/build/Interfaces/Editor/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/build/Interfaces/Editor/index.html b/docs/build/Interfaces/Editor/index.html
index c6b25f7..51d1d9a 100644
--- a/docs/build/Interfaces/Editor/index.html
+++ b/docs/build/Interfaces/Editor/index.html
@@ -120,7 +120,7 @@
- <a href="https://github.com/ponzu-cms/ponzu" title="Go to repository" class="md-source" data-md-source="github">
+ <a href="https://github.com/haturatu/ponzu" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg viewBox="0 0 24 24" width="24" height="24">
@@ -167,7 +167,7 @@
- <a href="https://github.com/ponzu-cms/ponzu" title="Go to repository" class="md-source" data-md-source="github">
+ <a href="https://github.com/haturatu/ponzu" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg viewBox="0 0 24 24" width="24" height="24">
@@ -913,7 +913,7 @@ extend the system's functionality and determine how content editors are rendered
within the CMS.</p>
<hr />
<h2 id="interfaces">Interfaces<a class="headerlink" href="#interfaces" title="Permanent link">&para;</a></h2>
-<h3 id="editoreditable"><a href="https://godoc.org/github.com/ponzu-cms/ponzu/management/editor#Editable">editor.Editable</a><a class="headerlink" href="#editoreditable" title="Permanent link">&para;</a></h3>
+<h3 id="editoreditable"><a href="https://godoc.org/github.com/haturatu/ponzu/management/editor#Editable">editor.Editable</a><a class="headerlink" href="#editoreditable" title="Permanent link">&para;</a></h3>
<p>Editable determines what <code>[]bytes</code> are rendered inside the editor page. Use
Edtiable on anything inside your CMS that you want to provide configuration, editable
fields, or any HTML/markup to display to an end-user.</p>
@@ -953,7 +953,7 @@ the Ponzu CLI <a href="../../CLI/Usage"><code>generate</code> command</a>.</p>
<p>Although it is common to use the <code>editor.Form</code> and <code>editor.Fields</code> to structure your content editor inside <code>MarshalEditor()</code>, the method signature defines that its return value needs only to be <code>[]byte, error</code>. Keep in mind that you can return a <code>[]byte</code> of any raw HTML or other markup to be rendered in the editor view.</p>
</div>
<hr />
-<h3 id="editormergeable"><a href="https://godoc.org/github.com/ponzu-cms/ponzu/management/editor#Mergeable">editor.Mergeable</a><a class="headerlink" href="#editormergeable" title="Permanent link">&para;</a></h3>
+<h3 id="editormergeable"><a href="https://godoc.org/github.com/haturatu/ponzu/management/editor#Mergeable">editor.Mergeable</a><a class="headerlink" href="#editormergeable" title="Permanent link">&para;</a></h3>
<p>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.</p>
<h5 id="method-set_1">Method Set<a class="headerlink" href="#method-set_1" title="Permanent link">&para;</a></h5>
<div class="codehilite"><pre><span></span><span class="kd">type</span> <span class="nx">Mergeable</span> <span class="kd">interface</span> <span class="p">{</span>
@@ -1033,7 +1033,7 @@ the Ponzu CLI <a href="../../CLI/Usage"><code>generate</code> command</a>.</p>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
- <a href="https://github.com/ponzu-cms" class="md-footer-social__link fa fa-github"></a>
+ <a href="https://github.com/haturatu" class="md-footer-social__link fa fa-github"></a>
<a href="https://twitter.com/ponzu_cms" class="md-footer-social__link fa fa-twitter"></a>