HeaderΒΆ
A Header describes how the footer bar/ribbon of the screenplay should be presented.
{
"cover" : true,
"display" : true,
"start": 1,
"omit" : [0],
"content" : {
"en" : "THE SHAWSHANK REDEMPTION by Frank Darabont"
},
"meta" : {
"property": "value"
}
}
Property | Description | Type | Required |
---|---|---|---|
cover | Whether or not to show the header on the cover page. | boolean | Mo |
content | A Content object specifying the text. | object | No |
display | Whether or not to display the header at all. | boolean | No |
meta | Arbitrary Meta object of custom properties. | object | No |
omit | A list of scenes or page indexes where a header should not be shown. | array[int] | No |
start | A page or scene index where a header should start to be shown. | int | No |