We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af3cfa commit 860c8efCopy full SHA for 860c8ef
packages/endpoint-posts/includes/post-types/content-field.njk
@@ -8,7 +8,6 @@
8
attributes: {
9
editor: true,
10
"editor-id": (properties.uid or ("new-" + postType)) + "-content",
11
- "editor-height": "50vh" if field.required else "6rem",
12
"editor-locale": application.locale,
13
"editor-image-upload": "false" if postType == "note" or postType == "photo",
14
"editor-status": "false" if not field.required
packages/endpoint-posts/includes/post-types/summary-field.njk
"editor-id": (properties.uid or ("new-" + postType)) + "-summary",
- "editor-height": "60vh" if field.required else "2rem",
"editor-status": "false",
"editor-toolbar": "false"
0 commit comments