canonrs-server 0.1.0

CanonRS server-side rendering support
1
2
3
4
5
6
7
8
9
10
11
12
13
14
id: page-layout
label: Page Layout
category: page
description: Flexible page layout with optional sidebar, main content and aside regions
tags: ["page", "layout", "sidebar", "aside", "content", "main"]
slot_accepts:
  sidebar: Any
  content: Any
  aside: Any
contract:
  regions_required: []
  regions_optional: ["sidebar", "content", "aside"]
props:
  - variant: Select(single:Single,with-sidebar:WithSidebar,with-aside:WithAside,sidebar-and-aside:SidebarAndAside) | single | visual