Back to Nexxspan dashboard

Nexxspan CMS workflow

Nexxspan design manifest

The design manifest decides which locked renderer components receive normalized source content. It is configuration, not arbitrary layout editing.

not production live
Client
Nexxspan
Source mode
Local Legacy Export
Future source
NetSuite/File Cabinet
Current stage
Design Manifest
Runtime model
Static Published Snapshot
Public websites consume their latest published snapshot at build or deploy time. They do not read Feasure CMS at runtime.

Committed design manifest

This file maps the first Nexxspan compile subset into generic components such as logoNav, imageHero, categoryCardGrid, cta, and footer.

{
  "clientId": "nexxspan",
  "homepageLayout": [
    {
      "component": "logoNav",
      "source": "navigation",
      "variant": "simple"
    },
    {
      "component": "imageHero",
      "source": "pages.home.hero",
      "variant": "imageRight"
    },
    {
      "component": "categoryCardGrid",
      "source": "productCategories",
      "variant": "threeColumn"
    },
    {
      "component": "cta",
      "source": "site.defaultCta",
      "variant": "simple"
    },
    {
      "component": "footer",
      "source": "footerLinks",
      "variant": "simple"
    }
  ],
  "theme": {
    "stylePreset": "technical",
    "cornerRadius": "medium"
  }
}