{}OPF
DocsLayouts recordView source

Image 3x

Metadata

ID
image-3x
Catalog
layouts
Source
spec/catalogs/layouts/image-3x.json

Attributes

FieldValue
placeholders[ { "type": "title" }, { "type": "picture" }, { "type": "text" }, { "type": "picture" }, { "type": "text" }, { "type": "picture" }, { "type": "text" } ]
composition{ "mode": "grid", "columns": 3 }

Source JSON

image-3x.json
{
  "$schema": "https://openpresentation.org/schema/opf-layout/v1",
  "id": "image-3x",
  "name": "Image 3x",
  "placeholders": [
    {
      "type": "title"
    },
    {
      "type": "picture"
    },
    {
      "type": "text"
    },
    {
      "type": "picture"
    },
    {
      "type": "text"
    },
    {
      "type": "picture"
    },
    {
      "type": "text"
    }
  ],
  "composition": {
    "mode": "grid",
    "columns": 3
  }
}