12345678910111213141516171819 |
- {
- "name": "搜索页面",
- "action": "portal/search/index",
- "description": "搜索模板文件",
- "order": 10.0,
- "more": {
- "vars": {
- "varName1": {
- "title": "热门搜索",
- "value": "1",
- "type": "text",
- "tip": "这是一个text",
- "rule": {
- "require": true
- }
- }
- }
- }
- }
|