{}OPF
DocsLayouts recordEdit on GitHub

Title Subtitle

Metadata

ID

title-subtitle

Catalog

layouts

Source

spec/catalogs/layouts/title-subtitle.json

FieldValue
placeholders[ { "type": "title" }, { "type": "subtitle" } ]

Source JSON

title-subtitle.json
{
  "$schema": "https://openpresentation.org/schema/opf-layout/v1",
  "id": "title-subtitle",
  "name": "Title Subtitle",
  "placeholders": [
    {
      "type": "title"
    },
    {
      "type": "subtitle"
    }
  ]
}