summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2023-10-07 10:20:31 -0700
committerAaron Parecki <aaron@parecki.com>2023-10-07 10:20:31 -0700
commit68c7abef7faed4104a0bec7d625b380b9108f7dd (patch)
tree4bee9a4b5ddd00f90bf998d90a85f5e9f9a398d7
parentdfb8c03a85318c9e670b8dacddb210025163501e (diff)
parent491b7d36a0247b31408ff143a2a4c103fb030ed7 (diff)
Merge branch 'u1nel-patch-1'
-rw-r--r--views/docs/editor.php17
1 files changed, 13 insertions, 4 deletions
diff --git a/views/docs/editor.php b/views/docs/editor.php
index 9cac51a..30606da 100644
--- a/views/docs/editor.php
+++ b/views/docs/editor.php
@@ -43,12 +43,21 @@ Authorization: Bearer XXXXXXXXXXX
{
"type": "h-entry",
"properties": {
- "name": ["Post Title"],
+ "name": [
+ "Post Title"
+ ],
"content": [
- "html": "&lt;p&gt;The HTML contents of your post from the editor&lt;/p&gt;"
+ {
+ "html": "&lt;p&gt;The HTML contents of your post from the editor&lt;/p&gt;"
+ }
+ ],
+ "mp-slug": [
+ "slug"
],
- "mp-slug": ["slug"],
- "category": ["foo","bar"]
+ "category": [
+ "foo",
+ "bar"
+ ]
}
}
</pre>