listItemVote.json 244 B

12345678910111213141516
  1. {
  2. "viewSetting": {
  3. "html": "<div></div>"
  4. },
  5. "documentSetting": {
  6. "html": "<div></div>"
  7. },
  8. "items": [
  9. {
  10. "name": "content",
  11. "content": {
  12. "html": "<div style='display:none;'></div>"
  13. }
  14. }
  15. ]
  16. }