Structured Blocks Manifest
The canonical fenced-block inventory rendered for the documentation website.
{
"blocks": [
{
"editor_support": "dedicated-structured-block-editor",
"insert_aliases": [
"cards",
"teamblock",
"people",
"staff"
],
"item_fields": [
"name",
"role",
"image",
"alt",
"bio",
"href",
"link_label",
"class",
"loading"
],
"kind": "yaml_list",
"name": "team",
"partial": "layouts/partials/etc/team.html",
"preferred_for_agents": true,
"render_hook": "layouts/_default/_markup/render-codeblock-team.html",
"top_level_keys": [
"members",
"items",
"cards"
]
},
{
"editor_support": "dedicated-structured-block-editor",
"insert_aliases": [
"photos",
"galleryblock",
"gridgallery",
"images"
],
"item_fields": [
"image",
"alt",
"caption",
"class",
"loading"
],
"kind": "yaml_list",
"name": "gallery",
"partial": "layouts/partials/etc/gallery.html",
"preferred_for_agents": true,
"render_hook": "layouts/_default/_markup/render-codeblock-gallery.html",
"top_level_keys": [
"items",
"images",
"figures"
]
},
{
"editor_support": "dedicated-structured-block-editor",
"insert_aliases": [
"contactgrid",
"contactblock",
"profilecards",
"contactcards"
],
"item_fields": [
"type",
"title",
"name",
"role",
"image",
"alt",
"body",
"href",
"link_label",
"class",
"loading"
],
"kind": "yaml_list",
"name": "contact",
"partial": "layouts/partials/etc/contact.html",
"preferred_for_agents": true,
"render_hook": "layouts/_default/_markup/render-codeblock-contact.html",
"top_level_keys": [
"items",
"cards",
"contacts"
]
},
{
"editor_support": "shared-list-block-editor",
"insert_aliases": [],
"item_fields": [
"quote",
"name",
"role",
"class"
],
"kind": "yaml_list",
"name": "testimonials",
"partial": "layouts/partials/etc/testimonials.html",
"preferred_for_agents": true,
"render_hook": "layouts/_default/_markup/render-codeblock-testimonials.html",
"top_level_keys": [
"items",
"quotes",
"testimonials"
]
},
{
"editor_support": "shared-list-block-editor",
"insert_aliases": [],
"item_fields": [
"value",
"label",
"body",
"class"
],
"kind": "yaml_list",
"name": "stats",
"partial": "layouts/partials/etc/stats.html",
"preferred_for_agents": true,
"render_hook": "layouts/_default/_markup/render-codeblock-stats.html",
"top_level_keys": [
"items",
"stats",
"metrics"
]
},
{
"editor_support": "shared-list-block-editor",
"insert_aliases": [
"questions",
"faqs",
"frequentlyaskedquestions"
],
"item_fields": [
"question",
"answer",
"class"
],
"kind": "yaml_list",
"name": "faq",
"partial": "layouts/partials/etc/faq.html",
"preferred_for_agents": true,
"render_hook": "layouts/_default/_markup/render-codeblock-faq.html",
"top_level_keys": [
"items",
"faqs",
"questions"
]
},
{
"editor_support": "structured-block-editor",
"insert_aliases": [
"reservations",
"bookingwidget",
"rooms"
],
"item_fields": [
"owner",
"name",
"title",
"description",
"price_lookup_key",
"class"
],
"kind": "yaml_widget_config",
"name": "booking",
"partial": "layouts/partials/etc/booking.html",
"preferred_for_agents": true,
"render_hook": "layouts/_default/_markup/render-codeblock-booking.html",
"top_level_keys": [
"title",
"intro",
"description",
"provider",
"view",
"api_base_url",
"success_url",
"cancel_url",
"charges_url",
"terms_url",
"privacy_url",
"items",
"resources",
"rooms"
]
},
{
"editor_support": "structured-block-editor",
"insert_aliases": [
"whatson",
"publiccalendar",
"eventscalendar",
"schedule"
],
"item_fields": [
"owner",
"name",
"title",
"description",
"class"
],
"kind": "yaml_widget_config",
"name": "calendar",
"partial": "layouts/partials/etc/calendar.html",
"preferred_for_agents": true,
"render_hook": "layouts/_default/_markup/render-codeblock-calendar.html",
"top_level_keys": [
"title",
"intro",
"description",
"view",
"api_base_url",
"booking_url",
"booking_label",
"owners",
"items",
"resources",
"rooms"
]
},
{
"editor_support": "structured-block-editor",
"insert_aliases": [
"funding",
"scholarship",
"fundraising",
"donations"
],
"item_fields": [
"slug",
"label",
"description",
"url",
"cta_label",
"class"
],
"kind": "yaml_widget_config",
"name": "fundalumin",
"partial": "layouts/partials/etc/fundalumin.html",
"preferred_for_agents": true,
"render_hook": "layouts/_default/_markup/render-codeblock-fundalumin.html",
"top_level_keys": [
"title",
"intro",
"description",
"app_base_url",
"browse_url",
"browse_label",
"apply_url",
"apply_label",
"wishlist_limit",
"campaigns",
"items",
"profiles"
]
},
{
"editor_support": "preview-block-with-shared-inspector",
"example": "[Contact](\u003c/contact/\u003e .primary)\n[Instagram](https://instagram.com/example .small)",
"kind": "markdown_button_list",
"name": "buttons",
"preferred_for_agents": true,
"render_hook": "layouts/_default/_markup/render-codeblock-buttons.html",
"syntax": "one markdown link per line, with optional button classes in link attrs or trailing attr block"
}
],
"notes": [
"This catalog covers the fenced structured content blocks that the generator currently treats as first-class website-editing primitives.",
"Prefer these blocks over raw HTML for repeated brochure-style content."
],
"updated": "2026-03-20",
"version": 1
}