article.json 399 B

1234567891011121314151617
  1. {
  2. "name": "文章页",
  3. "action": "portal/Article/index",
  4. "description": "文章页模板文件",
  5. "order": 10.0,
  6. "more": {
  7. "vars": {
  8. "hot_articles_category_id": {
  9. "title": "Hot Articles分类ID",
  10. "value": "1",
  11. "type": "text",
  12. "tip": "",
  13. "rule": []
  14. }
  15. }
  16. }
  17. }