fix(core): update

This commit is contained in:
2020-01-24 07:11:25 +00:00
parent 17287a9ba3
commit 1493848dc8
7 changed files with 42 additions and 20 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"]
}
}
}
}
}