Add strict custom field registry

This commit is contained in:
2026-05-07 11:04:11 +08:00
parent 27e71d8c51
commit c1cc9132a4
20 changed files with 582 additions and 20 deletions

View File

@@ -34,6 +34,15 @@
},
"description": "Directories or files scanned by the Toolkit. Defaults to design."
},
"customFieldPolicy": {
"type": "string",
"enum": ["strict", "warn", "loose"],
"description": "Policy for custom fields that are not built in. Defaults to strict."
},
"fieldRegistry": {
"type": "string",
"description": "Path to the project custom field registry. Defaults to gsp.fields."
},
"stageRules": {
"type": "object",
"additionalProperties": {