Added url to post node properties
This commit is contained in:
@@ -744,7 +744,7 @@ def populate_node_types(old_ids={}):
|
||||
}
|
||||
},
|
||||
'form_schema': {
|
||||
'url': {},
|
||||
'categories': {},
|
||||
'template': {},
|
||||
},
|
||||
'parent': {
|
||||
@@ -783,11 +783,15 @@ def populate_node_types(old_ids={}):
|
||||
'category': {
|
||||
'type': 'string',
|
||||
},
|
||||
'url': {
|
||||
'type': 'string'
|
||||
}
|
||||
},
|
||||
'form_schema': {
|
||||
'content': {},
|
||||
'status': {},
|
||||
'category': {},
|
||||
'url': {}
|
||||
},
|
||||
'parent': {
|
||||
'node_types': ['blog',]
|
||||
|
@@ -478,7 +478,6 @@ files = {
|
||||
'schema': files_schema
|
||||
}
|
||||
|
||||
|
||||
groups = {
|
||||
'resource_methods': ['GET', 'POST'],
|
||||
'public_methods': ['GET'],
|
||||
|
Reference in New Issue
Block a user