search.json 352 B

12345678910111213141516171819
  1. {
  2. "name": "搜索页面",
  3. "action": "portal/search/index",
  4. "description": "搜索模板文件",
  5. "order": 10.0,
  6. "more": {
  7. "vars": {
  8. "varName1": {
  9. "title": "热门搜索",
  10. "value": "1",
  11. "type": "text",
  12. "tip": "这是一个text",
  13. "rule": {
  14. "require": true
  15. }
  16. }
  17. }
  18. }
  19. }