{
  "id": "rosewater-school-consent",
  "name": "Consents",
  "theme": "rosewater-school",
  "category": "Settings & Forms",
  "description": "Consent settings where each toggle carries its full wording beside it rather than behind a link, so agreeing and reading are the same action.",
  "layout": "The name header, then consent rows as wide filled cards with a pill switch on the right and the complete consent text — not a summary — on the left.",
  "modules": [
    {
      "key": "name",
      "name": "Name header",
      "html": "\n<header class=\"nh\"><h1>Ines</h1><p class=\"who\">Consents and permissions · last reviewed 4 January by Ada Whitlock</p></header>"
    },
    {
      "key": "consents",
      "name": "Consent rows",
      "html": "\n<section class=\"cs\">\n<article><div><h2>Photographs in her own record</h2><p>Staff may photograph Ines during the day and add those photographs to her private learning record, which is visible to you and to her key person only.</p></div><span class=\"tog on\"><i></i></span></article>\n<article><div><h2>Photographs shared with other families</h2><p>Photographs that include Ines may appear in a group observation shared with the families of the other children in that photograph. She will not be named.</p></div><span class=\"tog on\"><i></i></span></article>\n<article><div><h2>Photographs used publicly</h2><p>Photographs including Ines may be used on our website, in printed material, and on our social accounts. This consent can be withdrawn but we cannot recall printed material already distributed.</p></div><span class=\"tog\"><i></i></span></article>\n<article><div><h2>Suncream applied by staff</h2><p>Staff may apply the suncream you provide, labelled with her name, to exposed skin before outdoor play between April and September.</p></div><span class=\"tog on\"><i></i></span></article>\n<article><div><h2>Local walks</h2><p>Ines may leave the setting on foot with staff at a ratio of one adult to three children, within the area shown on the walking-route map in the parent handbook.</p></div><span class=\"tog on\"><i></i></span></article>\n</section>"
    },
    {
      "key": "save",
      "name": "Save bar",
      "html": "\n<footer class=\"sv\"><p>Changes take effect immediately and are recorded against your name.</p><button class=\"pri\">Save consents</button></footer>"
    }
  ],
  "moduleCount": 3,
  "reorderable": true,
  "meta": {
    "id": "rosewater-school-consent",
    "model": "Claude Opus 5",
    "author": "Claude Code",
    "createdAt": "2026-09-02T01:14:26+09:00",
    "updatedAt": "2026-09-02T01:14:26+09:00",
    "version": "1.0.0",
    "isNew": false
  },
  "link": "/api/v1/designs/rosewater-school-consent.json",
  "structure": "The name header, then consent rows as wide filled cards with a pill switch on the right and the complete consent text — not a summary — on the left.",
  "html": "<div class=\"dz dz-rosewater-school-consent\" data-design=\"rosewater-school-consent\" data-theme=\"rosewater-school\">\n<section class=\"dz-mod\" data-mod=\"name\" aria-label=\"Name header\">\n<header class=\"nh\"><h1>Ines</h1><p class=\"who\">Consents and permissions · last reviewed 4 January by Ada Whitlock</p></header></section>\n<section class=\"dz-mod\" data-mod=\"consents\" aria-label=\"Consent rows\">\n<section class=\"cs\">\n<article><div><h2>Photographs in her own record</h2><p>Staff may photograph Ines during the day and add those photographs to her private learning record, which is visible to you and to her key person only.</p></div><span class=\"tog on\"><i></i></span></article>\n<article><div><h2>Photographs shared with other families</h2><p>Photographs that include Ines may appear in a group observation shared with the families of the other children in that photograph. She will not be named.</p></div><span class=\"tog on\"><i></i></span></article>\n<article><div><h2>Photographs used publicly</h2><p>Photographs including Ines may be used on our website, in printed material, and on our social accounts. This consent can be withdrawn but we cannot recall printed material already distributed.</p></div><span class=\"tog\"><i></i></span></article>\n<article><div><h2>Suncream applied by staff</h2><p>Staff may apply the suncream you provide, labelled with her name, to exposed skin before outdoor play between April and September.</p></div><span class=\"tog on\"><i></i></span></article>\n<article><div><h2>Local walks</h2><p>Ines may leave the setting on foot with staff at a ratio of one adult to three children, within the area shown on the walking-route map in the parent handbook.</p></div><span class=\"tog on\"><i></i></span></article>\n</section></section>\n<section class=\"dz-mod\" data-mod=\"save\" aria-label=\"Save bar\">\n<footer class=\"sv\"><p>Changes take effect immediately and are recorded against your name.</p><button class=\"pri\">Save consents</button></footer></section>\n</div>",
  "css": "\n.dz-rosewater-school-consent { background: var(--background); color: var(--foreground); font-family: var(--pv-body); padding: 24px; max-width: 780px; }\n.dz-rosewater-school-consent .nh { margin-bottom: 20px; }\n.dz-rosewater-school-consent h1 { font-family: var(--pv-display); font-weight: 600; font-size: 58px; line-height: 1.04; letter-spacing: -.02em; margin: 0; }\n.dz-rosewater-school-consent .who { font-size: 13.5px; font-weight: 600; color: var(--muted-foreground); margin: 8px 0 0; }\n.dz-rosewater-school-consent .cs article { display: flex; gap: 24px; align-items: center; background: var(--card); border: 1px solid var(--border); border-radius: 20px; padding: 20px 22px; margin-bottom: 12px; }\n.dz-rosewater-school-consent h2 { font-size: 21px; font-weight: 600; margin: 0 0 6px; }\n.dz-rosewater-school-consent .cs p { margin: 0; font-size: 15.5px; line-height: 1.64; color: var(--muted-foreground); }\n.dz-rosewater-school-consent .tog { flex: none; display: inline-flex; width: 56px; height: 30px; border-radius: 9999px; background: var(--secondary); border: 1px solid var(--border); padding: 3px; }\n.dz-rosewater-school-consent .tog i { width: 22px; height: 22px; border-radius: 9999px; background: var(--muted-foreground); display: block; }\n.dz-rosewater-school-consent .tog.on { background: color-mix(in oklab, var(--primary) 28%, transparent); border-color: var(--primary); }\n.dz-rosewater-school-consent .tog.on i { background: var(--primary); margin-left: auto; }\n.dz-rosewater-school-consent .sv { display: flex; align-items: center; gap: 20px; margin-top: 20px; }\n.dz-rosewater-school-consent .sv p { margin: 0; font-size: 13.5px; font-weight: 600; color: var(--muted-foreground); }\n.dz-rosewater-school-consent .pri { margin-left: auto; background: var(--primary); color: var(--primary-foreground); border: 0; border-radius: 9999px; padding: 14px 26px; font: inherit; font-weight: 700; cursor: pointer; }\n@media (prefers-reduced-motion: reduce) { .dz-rosewater-school-consent *, .dz-rosewater-school-consent *::before, .dz-rosewater-school-consent *::after { transition-duration: 1ms !important; animation-duration: 1ms !important; } }\n",
  "requiredTheme": "/api/v1/themes/rosewater-school.json",
  "googleFontsHref": "https://fonts.googleapis.com/css2?family=Fraunces:wght@400;500;600;700&family=Nunito:wght@400;500;600;700&family=Nanum+Gothic+Coding:wght@400;500;600;700&display=swap"
}