{
  "name": "editor-page-shell",
  "kind": "page",
  "primary": "article",
  "page": "/catalog/page-shells/app/editor-page/editor-page.contents.html",
  "slots": [
    {
      "name": "editor-pane",
      "tagName": "section",
      "html": "<header>\n      <row-ui gap=\"2\" align=\"center\">\n        <button-ui text=\"Run\" variant=\"primary\" size=\"sm\" icon=\"play\"></button-ui>\n        <button-ui text=\"Save\" variant=\"outline\" size=\"sm\" icon=\"floppy-disk\"></button-ui>\n      </row-ui>\n    </header>\n    <section style=\"flex:1;\">\n      <textarea-ui placeholder=\"// Write your code here\" style=\"height:100%;\"></textarea-ui>\n    </section>"
    },
    {
      "name": "preview-pane",
      "tagName": "section",
      "html": "<header>\n      <text-ui strong>Preview</text-ui>\n    </header>\n    <section style=\"flex:1; background:var(--a-bg-subtle);\">\n      <text-ui color=\"subtle\">Preview will appear here</text-ui>\n    </section>"
    }
  ],
  "nested": [],
  "attrs": {},
  "html": "<article style=\"display:flex; height:100vh;\">\n  <section data-chunk-slot=\"editor-pane\" style=\"flex:1; display:flex; flex-direction:column;\">\n    <header>\n      <row-ui gap=\"2\" align=\"center\">\n        <button-ui text=\"Run\" variant=\"primary\" size=\"sm\" icon=\"play\"></button-ui>\n        <button-ui text=\"Save\" variant=\"outline\" size=\"sm\" icon=\"floppy-disk\"></button-ui>\n      </row-ui>\n    </header>\n    <section style=\"flex:1;\">\n      <textarea-ui placeholder=\"// Write your code here\" style=\"height:100%;\"></textarea-ui>\n    </section>\n  </section>\n\n  <section data-chunk-slot=\"preview-pane\" style=\"flex:1; display:flex; flex-direction:column;\">\n    <header>\n      <text-ui strong>Preview</text-ui>\n    </header>\n    <section style=\"flex:1; background:var(--a-bg-subtle);\">\n      <text-ui color=\"subtle\">Preview will appear here</text-ui>\n    </section>\n  </section>\n</article>",
  "source": "catalog/page-shells/app/editor-page/editor-page.contents.html",
  "metadata": {
    "domain": "layout",
    "description": "Editor page shell — multi-panel editor layout with sidebar, canvas, and inspector.",
    "keywords": [
      "editor",
      "page",
      "shell",
      "sidebar",
      "canvas",
      "inspector",
      "multi-panel"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "button",
      "component": "Button",
      "icon": "play",
      "size": "sm",
      "text": "Run",
      "variant": "primary"
    },
    {
      "id": "button-2",
      "component": "Button",
      "icon": "floppy-disk",
      "size": "sm",
      "text": "Save",
      "variant": "outline"
    },
    {
      "id": "row",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "children": [
        "button",
        "button-2"
      ]
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "row"
      ]
    },
    {
      "id": "text-area",
      "component": "TextArea",
      "placeholder": "// Write your code here"
    },
    {
      "id": "section-2",
      "component": "Section",
      "children": [
        "text-area"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "data-chunk-slot": "editor-pane",
      "children": [
        "header",
        "section-2"
      ]
    },
    {
      "id": "text",
      "component": "Text",
      "strong": true,
      "textContent": "Preview"
    },
    {
      "id": "header-2",
      "component": "Header",
      "children": [
        "text"
      ]
    },
    {
      "id": "text-2",
      "component": "Text",
      "color": "subtle",
      "textContent": "Preview will appear here"
    },
    {
      "id": "section-4",
      "component": "Section",
      "children": [
        "text-2"
      ]
    },
    {
      "id": "section-3",
      "component": "Section",
      "data-chunk-slot": "preview-pane",
      "children": [
        "header-2",
        "section-4"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "children": [
        "section",
        "section-3"
      ]
    },
    {
      "id": "section-5",
      "component": "Section",
      "children": [
        "column"
      ]
    },
    {
      "id": "root",
      "component": "Card",
      "children": [
        "section-5"
      ]
    }
  ]
}
