Skip to content

Commit 8fda2e2

Browse files
committed
category needs checkbox to be a list, removed extra tag
1 parent 578700b commit 8fda2e2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

contentctl/actions/new_content.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ def buildStory(self)->dict[str,Any]:
8080
answers['narrative'] = 'UPDATE_NARRATIVE'
8181
answers['references'] = []
8282
answers['tags'] = dict()
83-
answers['tags']['analytic_story'] = answers['name']
8483
answers['tags']['category'] = answers['category']
8584
del answers['category']
8685
answers['tags']['product'] = ['Splunk Enterprise','Splunk Enterprise Security','Splunk Cloud']

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": "select",
133+
"type": "checkbox",
134134
"message": "select a category",
135135
"name": "category",
136136
"choices": [

0 commit comments

Comments
 (0)