Skip to content

Commit a8e8535

Browse files
committed
Add options to placeholder question
1 parent f7f7f03 commit a8e8535

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

content/docs/content-creation/placeholders.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Placeholders
33
slug: content-creation/placeholders
44
description: null
55
date: 2022-03-14T08:42:21.626Z
6-
lastmod: 2024-01-31T16:17:03.272Z
6+
lastmod: 2024-01-31T16:32:05.190Z
77
weight: 200.4
88
---
99

@@ -191,7 +191,16 @@ import { PlaceholderScript } from "@frontmatter/extensibility";
191191
PlaceholderScript.askQuestions([
192192
{
193193
name: "category",
194-
message: "What category do you want to use for this article?"
194+
message: "What category do you want to use for this article?",
195+
options: [
196+
"Uncategorized",
197+
"Getting Started",
198+
"Configuration",
199+
"Customization",
200+
"Deployment",
201+
"Troubleshooting",
202+
"Other",
203+
],
195204
},
196205
]);
197206
return;

0 commit comments

Comments
 (0)