FooterΒΆ
A Footer describes how the footer bar/ribbon of the screenplay should be presented.
{
"cover" : true,
"display" : true,
"start": 1,
"omit" : [0],
"content" : {
"en" : "(c) __DATE__ Copyright Castle Rock Entertainment. __PAGE__"
},
"meta" : {
"property": "value"
}
}
Property | Description | Type | Required |
---|---|---|---|
cover | Whether or not to show the footer on the cover page. | boolean | Mo |
content | A Content object specifying the tex. | object | No |
display | Whether or not to display the footer at all. | boolean | No |
meta | Arbitrary Meta object of custom properties. | object | No |
omit | A list of scenes or page indexes where a footer should not be shown. | array[int] | No |
start | A page or scene index where a footer should start to be shown. | int | No |