Set maxlength for node_type post content field
This commit is contained in:
@@ -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': {
|
||||||
|
Reference in New Issue
Block a user