template.json 766 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Elcarousel",
  5. "height": "200",
  6. "initialIndex": 0,
  7. "trigger": "",
  8. "autoplay": true,
  9. "interval": 3000,
  10. "indicatorPosition": "outside",
  11. "arrow": "hover",
  12. "carouselType": "",
  13. "loop": true,
  14. "direction": "horizontal",
  15. "count": "6",
  16. "page": "1",
  17. "httpMethod": "GET",
  18. "contentConfig": [],
  19. "dataItemPath": "data",
  20. "scriptDataItemPath": "",
  21. "vueData": {},
  22. "vueMethods": {},
  23. "vueCss": {},
  24. "vueSlot": "",
  25. "elProperties": {},
  26. "elStyles": {},
  27. "events": {
  28. "queryLoad": {
  29. "code": "",
  30. "html": ""
  31. },
  32. "postLoad": {
  33. "code": "",
  34. "html": ""
  35. },
  36. "load": {
  37. "code": "",
  38. "html": ""
  39. },
  40. "change": {
  41. "code": "",
  42. "html": ""
  43. }
  44. },
  45. "properties": {},
  46. "class": "",
  47. "styles": {},
  48. "container": ""
  49. }