Removed maxlength on description

This commit is contained in:
2015-11-16 15:17:40 +01:00
parent 5b6feac154
commit b81ba226eb

View File

@@ -230,7 +230,6 @@ nodes_schema = {
}, },
'description': { 'description': {
'type': 'string', 'type': 'string',
'maxlength': 5000,
}, },
'picture': { 'picture': {
'type': 'objectid', 'type': 'objectid',