Skip to content

Commit

Permalink
add new tags (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipZajdel authored Nov 6, 2024
1 parent 3ca41b2 commit 2ec6a1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion resources/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@
"sidewalk",
"lora-basics-modem",
"CSS",
"FSK"
"FSK",
"ble",
"blecon",
"connectivity"
]
},
"description": "An array of tags describing the application."
Expand Down
5 changes: 4 additions & 1 deletion site/src/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ export const validTags = [
'sidewalk',
'lora-basics-modem',
'CSS',
'FSK'
'FSK',
'ble',
'blecon',
'connectivity'
] as const;

export const appKindSchema = {
Expand Down

0 comments on commit 2ec6a1e

Please sign in to comment.