{
  "name": "settings-privacy",
  "kind": "block",
  "primary": "div",
  "page": "/apps/saas/app/settings-page/settings-page.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "data-section": ""
  },
  "html": "<div data-section>\n    <aside>\n      <h3>Data &amp; tracking</h3>\n      <p>Control how your usage data is collected and used.</p>\n    </aside>\n    <div data-col>\n      <switch-ui label=\"Usage analytics\" checked></switch-ui>\n      <switch-ui label=\"Marketing emails\"></switch-ui>\n    </div>\n  </div>",
  "source": "apps/saas/app/settings-page/settings-page.contents.html",
  "metadata": {
    "domain": "settings",
    "description": "Privacy preferences — switch-ui toggles for usage analytics and marketing email opt-in.",
    "keywords": [
      "privacy",
      "settings",
      "usage",
      "analytics",
      "tracking",
      "marketing",
      "emails",
      "opt-in",
      "data",
      "collection",
      "switch",
      "toggle"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "variant": "heading",
      "textContent": "Data &amp; tracking"
    },
    {
      "id": "text-2",
      "component": "Text",
      "variant": "body",
      "textContent": "Control how your usage data is collected and used."
    },
    {
      "id": "sidebar",
      "component": "Sidebar",
      "children": [
        "text",
        "text-2"
      ]
    },
    {
      "id": "toggle",
      "component": "Toggle",
      "checked": true,
      "label": "Usage analytics"
    },
    {
      "id": "toggle-2",
      "component": "Toggle",
      "label": "Marketing emails"
    },
    {
      "id": "column",
      "component": "Column",
      "data-col": "",
      "children": [
        "toggle",
        "toggle-2"
      ]
    },
    {
      "id": "root",
      "component": "Column",
      "data-section": "",
      "children": [
        "sidebar",
        "column"
      ]
    }
  ]
}
