Removed maxlength on description
This commit is contained in:
@@ -230,7 +230,6 @@ nodes_schema = {
|
|||||||
},
|
},
|
||||||
'description': {
|
'description': {
|
||||||
'type': 'string',
|
'type': 'string',
|
||||||
'maxlength': 5000,
|
|
||||||
},
|
},
|
||||||
'picture': {
|
'picture': {
|
||||||
'type': 'objectid',
|
'type': 'objectid',
|
||||||
|
Reference in New Issue
Block a user