Added optional project.header_node node ID reference.
This can be used to show a video on the project page in Pillar-Web.
This commit is contained in:
parent
54f3ca6924
commit
a248e3285c
@ -514,6 +514,10 @@ projects_schema = {
|
||||
'picture_square': _file_embedded_schema,
|
||||
# Header
|
||||
'picture_header': _file_embedded_schema,
|
||||
'header_node': dict(
|
||||
nullable=True,
|
||||
**_node_embedded_schema
|
||||
),
|
||||
'user': {
|
||||
'type': 'objectid',
|
||||
'required': True,
|
||||
|
Loading…
x
Reference in New Issue
Block a user