Purpose#
The BlogCategoryList component is currently a placeholder for potential future use.In Noir it doesn’t render UI yet; Components/BlogCategoryList/Default.liquid contains only a comment block with guidance.Model shape (storefront example)#
This component currently has no effective runtime contract (because it renders no markup), but it still follows the standard component wrapper settings.{
"name": "BlogCategoryList",
"view": "Default",
"section": "SectionA",
"settings": {
"id": "Component Id",
"cssClass": ""
}
}
Required fields#
Optional fields#
JavaScript#
File: Components/BlogCategoryList/Default.js
Exposes: blogcategorylistdefault (currently an empty object)
Notes#
Source placeholder template: Components/BlogCategoryList/Default.liquid
If this becomes a real platform component, implement its Liquid contract and update this doc with:the actual input fields used
any translations defined in Components/BlogCategoryList/Default.json
Modified at 2026-05-04 11:45:39