We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f72f2 commit 84db24fCopy full SHA for 84db24f
packages/endpoint-posts/includes/post-types/content-field.njk
@@ -7,6 +7,7 @@
7
field: {
8
attributes: {
9
editor: true,
10
+ "editor-endpoint": application.mediaEndpoint,
11
"editor-id": (properties.uid or ("new-" + postType)) + "-content",
12
"editor-locale": application.locale,
13
"editor-image-upload": "false" if postType == "note" or postType == "photo",
packages/endpoint-posts/includes/post-types/summary-field.njk
"editor-id": (properties.uid or ("new-" + postType)) + "-summary",
"editor-status": "false",
0 commit comments