File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
content/docs/content-creation Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: Placeholders
3
3
slug : content-creation/placeholders
4
4
description : null
5
5
date : 2022-03-14T08:42:21.626Z
6
- lastmod : 2024-01-31T16:17:03.272Z
6
+ lastmod : 2024-01-31T16:32:05.190Z
7
7
weight : 200.4
8
8
---
9
9
@@ -191,7 +191,16 @@ import { PlaceholderScript } from "@frontmatter/extensibility";
191
191
PlaceholderScript .askQuestions ([
192
192
{
193
193
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
+ ],
195
204
},
196
205
]);
197
206
return ;
You can’t perform that action at this time.
0 commit comments