Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. {
  2. "tabs": [
  3. {
  4. "tabname": "Details",
  5. "views": [
  6. {
  7. "title": "Package Name",
  8. "useBoldText": true,
  9. "useBottomMargin": false,
  10. "class": "DepictionSubheaderView"
  11. },
  12. {
  13. "itemCornerRadius": 6,
  14. "itemSize": "{160, 275.41333333333336}",
  15. "screenshots": [
  16. {
  17. "accessibilityText": "Screenshot",
  18. "url": "Package Screenshot URL 1",
  19. "fullSizeURL": "Package Screenshot URL 1"
  20. },
  21. {
  22. "accessibilityText": "Screenshot",
  23. "url": "Package Screenshot URL 2",
  24. "fullSizeURL": "Package Screenshot URL 2"
  25. },
  26. {
  27. "accessibilityText": "Screenshot",
  28. "url": "Package Screenshot URL 3",
  29. "fullSizeURL": "Package Screenshot URL 3"
  30. },
  31. {
  32. "accessibilityText": "Screenshot",
  33. "url": "Package Screenshot URL 4",
  34. "fullSizeURL": "Package Screenshot URL 4"
  35. }
  36. ],
  37. "ipad": {
  38. "itemCornerRadius": 9,
  39. "itemSize": "{320, 550.8266666666667}",
  40. "screenshots": [
  41. {
  42. "accessibilityText": "Screenshot",
  43. "url": "Package Screenshot URL?size=640",
  44. "fullSizeURL": "Package Screenshot URL"
  45. }
  46. ],
  47. "class": "DepictionScreenshotView"
  48. },
  49. "class": "DepictionScreenshotsView"
  50. },
  51. {
  52. "markdown": "Package Description",
  53. "useSpacing": true,
  54. "class": "DepictionMarkdownView"
  55. },
  56. {
  57. "class": "DepictionSeparatorView"
  58. },
  59. {
  60. "title": "Known Issues",
  61. "class": "DepictionHeaderView"
  62. },
  63. {
  64. "markdown": "Package Known Issues",
  65. "useSpacing": true,
  66. "class": "DepictionMarkdownView"
  67. },
  68. {
  69. "class": "DepictionSeparatorView"
  70. },
  71. {
  72. "title": "Latest Version",
  73. "class": "DepictionHeaderView"
  74. },
  75. {
  76. "title": "Version",
  77. "text": "Latest Version Number",
  78. "class": "DepictionTableTextView"
  79. },
  80. {
  81. "title": "Released",
  82. "text": "Latest Release Date",
  83. "class": "DepictionTableTextView"
  84. },
  85. {
  86. "title": "Price",
  87. "text": "Package Price",
  88. "class": "DepictionTableTextView"
  89. },
  90. {
  91. "title": "Developer",
  92. "text": "Package Developer",
  93. "class": "DepictionTableTextView"
  94. },
  95. {
  96. "title": "Contact Support",
  97. "action": "Support URL",
  98. "class": "DepictionTableButtonView"
  99. },
  100. {
  101. "spacing": 16,
  102. "class": "DepictionSpacerView"
  103. },
  104. {
  105. "spacing": 20,
  106. "class": "DepictionSpacerView"
  107. }
  108. ],
  109. "class": "DepictionStackView"
  110. },
  111. {
  112. "tabname": "Changelog",
  113. "views": [
  114. {
  115. "title": "First Released Version Number",
  116. "useBoldText": true,
  117. "useBottomMargin": true,
  118. "class": "DepictionSubheaderView"
  119. },
  120. {
  121. "markdown": "\t\n\u2022 Initial Release",
  122. "useSpacing": false,
  123. "class": "DepictionMarkdownView"
  124. },
  125. {
  126. "markdown": "<small style=\"color: #999; margin-top: -8px;\">Released First Release Date</small>",
  127. "useRawFormat": true,
  128. "class": "DepictionMarkdownView"
  129. }
  130. ],
  131. "class": "DepictionStackView"
  132. }
  133. ],
  134. "class": "DepictionTabView"
  135. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement