Add project settings schema to schema_generator CLI (#44321)

Release Notes:

- Added project settings schema to the schema_generator CLI. This allows
for exporting the project settings schema as JSON for use in other
tools.
This commit is contained in:
Dan Greco
2025-12-16 10:48:14 -05:00
committed by GitHub
parent 935a7cc310
commit 005a85e57b
3 changed files with 8 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -14249,6 +14249,7 @@ dependencies = [
"schemars",
"serde",
"serde_json",
"settings",
"theme",
]