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': {
'type': 'string',
'minlength': 5,
'maxlength': 90000,
'required': True
},
'status': {