审查视图

public/themes/simpleboot3/portal/article.json 451 字节
杨育虎 authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{
    "name": "文章页",
    "action": "portal/Article/index",
    "description": "文章页模板文件",
    "order": 10.0,
    "more": {
        "vars": {
            "hot_articles_category_id": {
                "title": "Hot Articles分类ID",
                "name": "hot_articles_category_id",
                "value": "1",
                "type": "text",
                "tip": "",
                "rule": []
            }
        }
    }
}