New projects are marked private by default.
This commit is contained in:
@@ -560,7 +560,8 @@ projects_schema = {
|
|||||||
'required': True,
|
'required': True,
|
||||||
},
|
},
|
||||||
'is_private': {
|
'is_private': {
|
||||||
'type': 'boolean'
|
'type': 'boolean',
|
||||||
|
'default': True,
|
||||||
},
|
},
|
||||||
'url': {
|
'url': {
|
||||||
'type': 'string'
|
'type': 'string'
|
||||||
|
Reference in New Issue
Block a user