Advertisement
bitternut

archv3_lite360_exclusive_element

Sep 29th, 2021
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. {
  2. "contents": [
  3. {
  4. "componentId": "arch-v3.virtual-exhibition.move-hall",
  5. "position": {
  6. "top": "10px",
  7. "right": "10px"
  8. },
  9. "tooltip": {
  10. "position": "bottom",
  11. "content": "Masuk Hall"
  12. },
  13. "padding": {
  14. "x": 2,
  15. "y": 2
  16. },
  17. "button": {
  18. "theme": "warning",
  19. "icon": "fas fa-building",
  20. "size": "default"
  21. }
  22. },
  23. {
  24. "componentId": "arch-v3.virtual-exhibition.lobby-video",
  25. "position": {
  26. "top": "10px",
  27. "left": "calc(45px + 2 * 10px)"
  28. },
  29. "tooltip": {
  30. "position": "bottom",
  31. "content": "Lobby"
  32. },
  33. "padding": {
  34. "x": 2,
  35. "y": 2
  36. },
  37. "button": {
  38. "theme": "primary",
  39. "icon": "fas fa-city",
  40. "size": "default"
  41. }
  42. },
  43. {
  44. "componentId": "arch-v3.virtual-exhibition.hotline",
  45. "position": {
  46. "bottom": "10px",
  47. "left": "calc(50% - 55px)"
  48. },
  49. "tooltip": {
  50. "position": "top",
  51. "content": "Hotline"
  52. },
  53. "button": {
  54. "theme": "primary",
  55. "icon": "fas fa-headset",
  56. "size": "default"
  57. }
  58. },
  59. {
  60. "componentId": "arch-v3.virtual-exhibition.meeting-schedule",
  61. "position": {
  62. "bottom": "10px",
  63. "right": "calc(50% - 55px)"
  64. },
  65. "tooltip": {
  66. "position": "top",
  67. "content": "Meeting Schedule"
  68. },
  69. "button": {
  70. "theme": "primary",
  71. "icon": "fas fa-calendar",
  72. "size": "default"
  73. },
  74. "props": {
  75. "emitParams": [
  76. "meetingScheduleType|2"
  77. ]
  78. }
  79. },
  80. {
  81. "componentId": "TOGGLE_VIEW",
  82. "position": {
  83. "top": "10px",
  84. "left": "10px"
  85. },
  86. "tooltip": {
  87. "position": "bottom",
  88. "content": "Toggle View"
  89. },
  90. "button": {
  91. "theme": "primary",
  92. "icon": "fas fa-arrows-alt-h",
  93. "size": "default"
  94. }
  95. },
  96. {
  97. "componentId": "EXHIBITOR_SELECT",
  98. "position": {
  99. "top": "10px",
  100. "right": "calc(45px + 2 * 10px)"
  101. },
  102. "tooltip": {
  103. "position": "bottom",
  104. "content": "Select Exhibitor"
  105. },
  106. "class": "col-3"
  107. }
  108. ]
  109. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement