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': { 'form_schema': {
'url': {}, 'categories': {},
'template': {}, 'template': {},
}, },
'parent': { 'parent': {
@@ -783,11 +783,15 @@ def populate_node_types(old_ids={}):
'category': { 'category': {
'type': 'string', 'type': 'string',
}, },
'url': {
'type': 'string'
}
}, },
'form_schema': { 'form_schema': {
'content': {}, 'content': {},
'status': {}, 'status': {},
'category': {}, 'category': {},
'url': {}
}, },
'parent': { 'parent': {
'node_types': ['blog',] 'node_types': ['blog',]

View File

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