Logo

Documentation:

  • Rationale
  • Purpose
  • Applications
  • Use Cases
  • Schema Reference
  • Object Reference
    • Annotation
    • Author
    • Bookmark
    • Color
    • Content
    • Contributor
    • Cover
    • Derivation
    • Document
    • Element
    • Encryption
    • Footer
    • Header
    • Heading
    • License
    • Meta
    • Registration
    • Revision
    • Scene
    • Status
    • Style
    • Title
  • Security
  • Import/Convert
  • Going Further
  • AI/ML/NLP
  • Useful Tools
  • Support
ScreenJSON
  • ScreenJSON »
  • Schema Reference »
  • Global Container »
  • Document »
  • Footer

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
Next Previous

© Copyright 2019, Alex Coppen. Creative Commons Attribution-ShareAlike 4.0 International License.