Added url to post node properties
This commit is contained in:
@@ -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',]
|
||||||
|
@@ -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'],
|
||||||
|
Reference in New Issue
Block a user