fix(teddit): deprecated (#1965)

This commit is contained in:
JigSaw 2024-01-04 10:41:50 +01:00 committed by GitHub
parent 9a74e7717d
commit 40f56610c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,9 @@
"available": {
"type": "boolean"
},
"deprecated": {
"type": "boolean"
},
"exposable": {
"type": "boolean"
},

View File

@ -2,6 +2,7 @@
"$schema": "../schema.json",
"name": "teddit",
"available": true,
"deprecated": true,
"exposable": true,
"port": 8124,
"id": "teddit",