fix(core): update

This commit is contained in:
2021-03-08 17:30:04 +00:00
parent 193c3970b6
commit 04604770b1
13 changed files with 10696 additions and 643 deletions

View File

@@ -11,7 +11,13 @@
},
"gitzone": {
"type": "object",
"description": "settings for gitzone"
"description": "settings for gitzone",
"properties": {
"projectType": {
"type": "string",
"enum": ["website", "element", "service", "npm", "wcc"]
}
}
}
}
}