Removed 'content' property from page node type

... because it doesn't work when it's there.
This commit is contained in:
Sybren A. Stüvel 2017-06-16 12:38:51 +02:00
parent 964526924d
commit 50108201cf

View File

@ -4,13 +4,6 @@ node_type_page = {
'name': 'page',
'description': 'A single page',
'dyn_schema': {
# The page content (Markdown format)
'content': {
'type': 'string',
'minlength': 5,
'maxlength': 90000,
'required': True
},
'status': {
'type': 'string',
'allowed': [