| 字段名 | 类型 | 示例 | 说明 |
|---|
| id | int | 1 | 栏目id |
| name | string | 公司简介 | 栏目名称 |
| type | int | 1 | 栏目类型(模型) |
| theme | string | about.html | 模板文件名 |
| themes | string | product_detail.html | 详情页模板文件名 |
| folder | string | about | 目录名称 |
| head | int | 1 | 是否在顶部显示 |
| foot | int | 0 | 是否在底部显示 |
| issub | int | 0 | 是否跳转下级 |
| nofollow | int
| 0 | nofollow权重 |
weight
| int | 0 | 阅读权限 |
| target | string | target=”_blank” | 新窗口打开 |
| sort | int | 0 | 栏目排序 |
| parent | int | 0 | 所属上级栏目id |
| level | int | 1 | 栏目级别 |
| display | int | 1 | 是否显示栏目 |
| contribute | int | 0
| 是否允许投稿 |
| comments | int | 1 | 是否允许评论 |
| title | string |
| 页面标题 |
| keywords | string |
| 页面关键词 |
| description | string |
| 页面描述 |
| alt | string |
| 页面中图片的alt默认值 |
| link | string | https://www.bosscms.net/ | 外链地址 |
| static | string |
| 静态页面名称 |
| lang | int | 1 | 所属语言id |
| icon | string | fa-check | 栏目图标 |
| text | string |
| 栏目描述 |
| image | string | ../upload/photo/202201/071125588.png | 栏目图片 |
| content | string | <p>内容</p> | 编辑内容 |
| Icon1 | string | fa-times | 栏目图标1(保留字段) |
| text1 | string |
| 栏目描述1(保留字段) |
| text2 | string |
| 栏目描述2(保留字段) |
| text3 | string |
| 栏目描述3(保留字段) |
| image1 | string | ../upload/photo/202201/071125588.png | 栏目图片1(保留字段) |
| image2 | string | ../upload/photo/202201/071125588.png | 栏目图片2(保留字段) |
| image3 | string | ../upload/photo/202201/071125588.png | 栏目图片3(保留字段) |
| images | string | [“../upload/photo/202201/071125588.png”,“../upload/photo/202201/071125588.png”] | 栏目图集(保留字段) |
| container | string | <p>内容</p> | 编辑内容(保留字段) |
| on | string | on | 是否为当前页面所属栏目 |
| url | string | ../about/ | 栏目链接地址 |
| children | int | 0 | 子栏目数量 |