feat: enable semantic CSS by default

This commit is contained in:
Amruth Pillai
2026-07-30 16:28:44 +02:00
parent 1ee24e5a9f
commit 3589b534f5
19 changed files with 46 additions and 1696 deletions
+1 -11
View File
@@ -9969,23 +9969,13 @@
"smtpEnabled": {
"type": "boolean",
"description": "Whether outbound email (SMTP) is configured on this instance."
},
"semanticCssAuthoring": {
"type": "boolean",
"description": "Whether Semantic CSS authoring is enabled on this instance."
},
"semanticCssDefault": {
"type": "boolean",
"description": "Whether new resumes start in Semantic CSS mode."
}
},
"required": [
"disableSignups",
"disableEmailAuth",
"showSponsors",
"smtpEnabled",
"semanticCssAuthoring",
"semanticCssDefault"
"smtpEnabled"
]
}
}