Added url to post node properties

This commit is contained in:
2015-10-15 14:49:15 +02:00
parent 5be02920e2
commit 4f6c0e27ce
2 changed files with 5 additions and 2 deletions

View File

@@ -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',]

View File

@@ -478,7 +478,6 @@ files = {
'schema': files_schema
}
groups = {
'resource_methods': ['GET', 'POST'],
'public_methods': ['GET'],