@betterstart/cli 0.1.33 → 0.1.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@betterstart/cli",
3
- "version": "0.1.33",
3
+ "version": "0.1.34",
4
4
  "description": "Scaffold a full-featured CMS into any Next.js 16 application",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -264,6 +264,11 @@
264
264
  "type": "string",
265
265
  "description": "Placeholder text displayed in the markdown editor"
266
266
  },
267
+ "output": {
268
+ "type": "string",
269
+ "description": "Output format — 'html' adds a pre-rendered HTML column alongside the markdown source",
270
+ "enum": ["html", "markdown"]
271
+ },
267
272
  "hidden": {
268
273
  "type": "boolean",
269
274
  "description": "Whether this field is hidden from the form UI but still exists in the database"
@@ -286,6 +291,11 @@
286
291
  "type": "string",
287
292
  "description": "Placeholder text displayed in the rich text editor"
288
293
  },
294
+ "output": {
295
+ "type": "string",
296
+ "description": "Output format — 'html' adds a pre-rendered HTML column alongside the markdown source",
297
+ "enum": ["html", "markdown"]
298
+ },
289
299
  "hidden": {
290
300
  "type": "boolean",
291
301
  "description": "Whether this field is hidden from the form UI but still exists in the database"