PEP8 formatting
This commit is contained in:
@@ -30,10 +30,10 @@ node_type_post = {
|
|||||||
'attachments': {
|
'attachments': {
|
||||||
'type': 'list',
|
'type': 'list',
|
||||||
'schema': {
|
'schema': {
|
||||||
'type': 'dict',
|
'type': 'dict',
|
||||||
'schema': {
|
'schema': {
|
||||||
'field': {'type': 'string'},
|
'field': {'type': 'string'},
|
||||||
'files' : {
|
'files': {
|
||||||
'type': 'list',
|
'type': 'list',
|
||||||
'schema': {
|
'schema': {
|
||||||
'type': 'dict',
|
'type': 'dict',
|
||||||
@@ -55,14 +55,6 @@ node_type_post = {
|
|||||||
'url': {},
|
'url': {},
|
||||||
'attachments': {'visible': False},
|
'attachments': {'visible': False},
|
||||||
},
|
},
|
||||||
'parent': ['blog',],
|
'parent': ['blog', ],
|
||||||
'permissions': {
|
'permissions': {}
|
||||||
# 'groups': [{
|
|
||||||
# 'group': app.config['ADMIN_USER_GROUP'],
|
|
||||||
# 'methods': ['GET', 'PUT', 'POST']
|
|
||||||
# }],
|
|
||||||
# 'users': [],
|
|
||||||
# 'world': ['GET']
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user