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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user