Removed 'content' property from page node type
... because it doesn't work when it's there.
This commit is contained in:
parent
964526924d
commit
50108201cf
@ -4,13 +4,6 @@ node_type_page = {
|
|||||||
'name': 'page',
|
'name': 'page',
|
||||||
'description': 'A single page',
|
'description': 'A single page',
|
||||||
'dyn_schema': {
|
'dyn_schema': {
|
||||||
# The page content (Markdown format)
|
|
||||||
'content': {
|
|
||||||
'type': 'string',
|
|
||||||
'minlength': 5,
|
|
||||||
'maxlength': 90000,
|
|
||||||
'required': True
|
|
||||||
},
|
|
||||||
'status': {
|
'status': {
|
||||||
'type': 'string',
|
'type': 'string',
|
||||||
'allowed': [
|
'allowed': [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user