Set maxlength for node_type post content field

This commit is contained in:
2015-10-15 20:25:58 +02:00
parent e0a82746d3
commit 03e8945c84

View File

@@ -768,6 +768,7 @@ def populate_node_types(old_ids={}):
'content': { 'content': {
'type': 'string', 'type': 'string',
'minlength': 5, 'minlength': 5,
'maxlength': 90000,
'required': True 'required': True
}, },
'status': { 'status': {