coop.hypha.spores.site.layout

hypha.coop

Documentation

Site layout for spores.garden, defining the order of sections.

main record

Site layout for spores.garden, defining the order of sections.

Record Key literal:self Fixed literal value

Properties

sections array of string at-uri Required

Ordered list of section AT-URIs to display

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "sections"
    ],
    "properties": {
      "sections": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "at-uri",
          "description": "AT-URI of a coop.hypha.spores.site.section record"
        },
        "description": "Ordered list of section AT-URIs to display"
      }
    }
  },
  "description": "Site layout for spores.garden, defining the order of sections."
}

Lexicon Garden

@