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:
Sybren A. Stüvel 2016-07-19 16:09:49 +02:00
parent 54f3ca6924
commit a248e3285c

View File

@ -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,