Layout Pattern

List 1x Box

List 1x Box OPF layout with a list content zone.

List1 zoneCenter alignedBoxed

How to Use It

List 1x Box is a canonical OPF list layout from the OPF layout catalog. It defines 2 placeholder zones (list: List content 1; box: Boxed content surface). Use it when you need exact OPF parity for slide.layout list-1x-box. Reading flow is horizontal.

Content Zones

ListList content 1
BoxBoxed content surface

OPF Config

layouts:list-1x-box
Open Presentation Format
{
  "$schema": "https://pptx.dev/schema/opf/v1",
  "version": "1.0",
  "meta": {
    "title": "PPTX.gallery — layouts/list-1x-box"
  },
  "design": {},
  "slides": [
    {
      "id": "gallery-preview-1",
      "layout": "list-1x-box",
      "elements": []
    }
  ]
}
Open in OPF Playground

Preview this config live at pptx.dev/playground.