Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.38 KB | None | 0 0
  1. {
  2.   "TabBar": {
  3.     "Items": [
  4.       {
  5.         "id"  : "home",
  6.         "displayName": "Top Stories",
  7.         "type": "home",
  8.         "dynamicGroup": true
  9.       },
  10.       {
  11.         "id"  : "sports",
  12.         "displayName": "Sports",
  13.         "type": "sport",
  14.         "dynamicGroup": true
  15.       },
  16.       {
  17.         "id"  : "business",
  18.         "displayName": "Business",
  19.         "type": "business",
  20.         "dynamicGroup": true
  21.       },
  22.       {
  23.         "id"  : "wheels24",
  24.         "type": "channel",
  25.         "url" : "News24/Wheels"
  26.       },
  27.       {
  28.         "id"  : "politics",
  29.         "type": "topic",
  30.         "url" : "News24/politics"
  31.       },
  32.       {
  33.         "id"  : "royalwedding",
  34.         "type": "tag"
  35.       }
  36.     ]
  37.   },
  38.   "DynamicGroups": [
  39.     {
  40.       "id" : "home",
  41.       "components" : [
  42.         {
  43.           "type" : "weather"
  44.         },
  45.         {
  46.           "type" : "am_pm_brief"
  47.         },
  48.         {
  49.           "type" : "breakingnews_promo"
  50.         },
  51.         {
  52.           "type" : "generalnews_promo"
  53.         },
  54.         {
  55.           "type" : "ad",
  56.           "properties" : {
  57.             "size" : "350x250"
  58.           }
  59.         }
  60.       ]
  61.     },
  62.     {
  63.       "id" : "sport",
  64.       "components" : [
  65.           {
  66.             "type" : "categoriesnav"
  67.           },
  68.           {
  69.             "type" : "scoresandfixtures"
  70.           }
  71.         ]
  72.     }
  73.   ]
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement