text.json 425 B

1234567891011121314151617181920212223
  1. {
  2. "id": 20,
  3. "name": "text",
  4. "title": "富文本",
  5. "params": [
  6. {
  7. "name": "richText",
  8. "title": "富文本格式",
  9. "items": [
  10. {
  11. "name": "richTextContent",
  12. "title": "富文本",
  13. "component": "input"
  14. },
  15. {
  16. "name": "richTextEdited",
  17. "title": "已编辑好的文本",
  18. "component": "input"
  19. }
  20. ]
  21. }
  22. ]
  23. }