Skip to content

Commit 52ccfe7

Browse files
committed
Improved story creation
1 parent f8dae07 commit 52ccfe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentctl/input/new_content_questions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def get_questions_story(self) -> list:
130130
"name": "story_author",
131131
},
132132
{
133-
"type": "checkbox",
133+
"type": "select",
134134
"message": "select a category",
135135
"name": "category",
136136
"choices": [

0 commit comments

Comments
 (0)