Drop 'template' from blog node type
This commit is contained in:
@@ -2,10 +2,6 @@ node_type_blog = {
|
|||||||
'name': 'blog',
|
'name': 'blog',
|
||||||
'description': 'Container for node_type post.',
|
'description': 'Container for node_type post.',
|
||||||
'dyn_schema': {
|
'dyn_schema': {
|
||||||
# Path for a custom template to be used for rendering the posts
|
|
||||||
'template': {
|
|
||||||
'type': 'string',
|
|
||||||
},
|
|
||||||
'categories': {
|
'categories': {
|
||||||
'type': 'list',
|
'type': 'list',
|
||||||
'schema': {
|
'schema': {
|
||||||
|
Reference in New Issue
Block a user