Web Pages Component Layout
Overview
The webpages component is for text-heavy pages.
Product Fields
| Order | Field | Label |
|---|---|---|
| 1 | hide | |
| 2 | list_order | |
| 3 | product_name | Title |
| 4 | page_name | web-page-address |
| 4.5 | blurb2 | Short Description for List Page |
| 5 | blurb1 | Full Description for Details Page |
| 6 | product_image1 | Image 1 |
| 6.5 | custom1 | Image 1 Caption |
| 7 | product_image2 | Image 2 |
| 7.5 | custom2 | Image 2 Caption |
| 8 | product_image3 | Image 3 |
| 8.5 | custom3 | Image 3 Caption |
| 10 | main_cat_id | |
webpages/default
- columns.html uses the file under _skins
- category list and product list pages display a bulleted list with the class “mmlist”
webpages/fulldetails
- columns.html uses the file under _skins
- uses default category templates
- product list displays product cell divs with blurb1 (blurb1 here is irregular usage on the cell, but it's “full details”)
webpages/img-nodetail
- product cell has no link to a details page
- uses default template set, except for product list and product cell
- product list displays divs
webpages/columns
- creates a layout with 2 columns of text
- uses default set, except for product detail
webpages/full-width-title-2col-nav
- for a layout with the page title spanning all content
- uses default set, except for columns.html
webpages/toc
- creates a table of contents at the top of the page, based on h2 tags (though this can be customized)
- uses default set, except for product detail
webpages/howto
- this is an irregular implementation, so will be moving it elsewhere (i.e., don't use it)










