Set maxlength for node_type post content field
This commit is contained in:
@@ -768,6 +768,7 @@ def populate_node_types(old_ids={}):
|
||||
'content': {
|
||||
'type': 'string',
|
||||
'minlength': 5,
|
||||
'maxlength': 90000,
|
||||
'required': True
|
||||
},
|
||||
'status': {
|
||||
|
Reference in New Issue
Block a user