Skip to content

Commit

Permalink
update meetup-scaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSenkel committed Jan 29, 2025
1 parent f981dc3 commit b85deb0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tools/meetup-scaffolder/src/meetup-scaffolder/files/post.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Date: <%= currentDate %>
Category: meetups

tags: <%= tags %>

Location: <%= location %>

---

Expand Down
7 changes: 6 additions & 1 deletion tools/meetup-scaffolder/src/meetup-scaffolder/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@
},
"location": {
"type": "string",
"x-prompt": "Enter in which place new meetup will appear?"
"enum": [
"Krakow",
"Amsterdam",
"Hyderabad"
],
"x-prompt": "In which of these locations your post fits best?"
}
},
"required": ["title", "excerpt", "tags" ],
Expand Down

0 comments on commit b85deb0

Please sign in to comment.