feat: add Atlas Cloud sponsorship placements

This commit is contained in:
Amruth Pillai
2026-06-18 18:53:01 +02:00
parent 2317a82106
commit f14d8ce693
74 changed files with 1070 additions and 55 deletions
+5 -1
View File
@@ -2290,9 +2290,13 @@
"disableEmailAuth": {
"type": "boolean",
"description": "Whether email-based authentication is disabled on this instance."
},
"showSponsors": {
"type": "boolean",
"description": "Whether sponsor placements are shown on this instance."
}
},
"required": ["disableSignups", "disableEmailAuth"]
"required": ["disableSignups", "disableEmailAuth", "showSponsors"]
}
}
}