fix(core): update

This commit is contained in:
2021-02-20 17:52:21 +00:00
parent 0f0cfdae77
commit 214677b3c4
8 changed files with 100 additions and 64 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"]
}
}
}
}
}