{
  "name": "members-roles-permissions-list",
  "kind": "block",
  "primary": "div",
  "page": "/apps/saas/app/members/members.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "data-col": ""
  },
  "html": "<div data-col>\n      <description-list-ui>\n        <dt>Admin</dt>\n        <dd>Full access: invite, remove, billing, and all workspace settings.</dd>\n        <dt>Member</dt>\n        <dd>Edit content, invite others as members or viewers. Can't change billing.</dd>\n        <dt>Viewer</dt>\n        <dd>Read-only access. Can view content and comments but can't edit.</dd>\n      </description-list-ui>\n      <button-ui text=\"Configure custom roles\" variant=\"outline\" icon=\"gear\" onclick=\"document.getElementById('drawer-custom-roles').open = true\"></button-ui>\n    </div>",
  "source": "apps/saas/app/members/members.contents.html",
  "metadata": {
    "domain": "settings",
    "description": "Role definitions list — a description-list-ui pairing each workspace role (Admin, Member, Viewer) with what it can do, plus a Configure custom roles button. The read-only roles reference on a team permissions page.",
    "keywords": [
      "members",
      "roles",
      "permissions",
      "description-list-ui",
      "admin",
      "member",
      "viewer",
      "role",
      "definitions",
      "access",
      "rbac",
      "configure",
      "custom-roles",
      "workspace",
      "what-each-role-can-do",
      "settings",
      "team",
      "capabilities"
    ]
  },
  "captured_at": "2026-06-10T13:16:11.236Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "textContent": "Admin",
      "variant": "body"
    },
    {
      "id": "text-2",
      "component": "Text",
      "textContent": "Full access: invite, remove, billing, and all workspace settings.",
      "variant": "body"
    },
    {
      "id": "text-3",
      "component": "Text",
      "textContent": "Member",
      "variant": "body"
    },
    {
      "id": "text-4",
      "component": "Text",
      "textContent": "Edit content, invite others as members or viewers. Can't change billing.",
      "variant": "body"
    },
    {
      "id": "text-5",
      "component": "Text",
      "textContent": "Viewer",
      "variant": "body"
    },
    {
      "id": "text-6",
      "component": "Text",
      "textContent": "Read-only access. Can view content and comments but can't edit.",
      "variant": "body"
    },
    {
      "id": "description-list",
      "component": "DescriptionList",
      "children": [
        "text",
        "text-2",
        "text-3",
        "text-4",
        "text-5",
        "text-6"
      ]
    },
    {
      "id": "button",
      "component": "Button",
      "icon": "gear",
      "text": "Configure custom roles",
      "variant": "outline"
    },
    {
      "id": "root",
      "component": "Column",
      "data-col": "",
      "children": [
        "description-list",
        "button"
      ]
    }
  ]
}
