Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.10 KB | None | 0 0
  1. {
  2.    "settings":{
  3.       "backgroundPath":"",
  4.       "appName":"",
  5.       "adminMail":"",
  6.       "adminPassword":""
  7.    },
  8.    "firstPage":{
  9.       "logoPath":"",
  10.       "actionText":"",
  11.       "startButtonText":"",
  12.       "loadingText":""
  13.    },
  14.    "library":{
  15.       "actionText":"",
  16.       "items":[
  17.          {
  18.             "logoPath":"",
  19.             "name":"",
  20.             "text":"",
  21.             "actionText":"",
  22.             "unselectedImagePath":"",
  23.             "clearButtonText":"",
  24.             "nextButtonText":"",
  25.             "backButtonText":"",
  26.             "players":[
  27.                {
  28.                   "imagePath":"",
  29.                   "name":"",
  30.                   "familyName":"",
  31.                   "filesDir":""
  32.                },
  33.                {
  34.                   "imagePath":"",
  35.                   "name":"",
  36.                   "familyName":"",
  37.                   "filesDir":""
  38.                },
  39.                {
  40.                   "imagePath":"",
  41.                   "name":"",
  42.                   "familyName":"",
  43.                   "filesDir":""
  44.                },
  45.                {
  46.                   "imagePath":"",
  47.                   "name":"",
  48.                   "familyName":"",
  49.                   "filesDir":""
  50.                },
  51.                {
  52.                   "imagePath":"",
  53.                   "name":"",
  54.                   "familyName":"",
  55.                   "filesDir":""
  56.                }
  57.             ]
  58.          },
  59.          {
  60.             "logoPath":"",
  61.             "name":"",
  62.             "text":"",
  63.             "actionText":"",
  64.             "unselectedImagePath":"",
  65.             "clearButtonText":"",
  66.             "nextButtonText":"",
  67.             "backButtonText":"",
  68.             "players":[
  69.                {
  70.                   "imagePath":"",
  71.                   "name":"",
  72.                   "familyName":"",
  73.                   "filesDir":""
  74.                },
  75.                {
  76.                   "imagePath":"",
  77.                   "name":"",
  78.                   "familyName":"",
  79.                   "filesDir":""
  80.                },
  81.                {
  82.                   "imagePath":"",
  83.                   "name":"",
  84.                   "familyName":"",
  85.                   "filesDir":""
  86.                },
  87.                {
  88.                   "imagePath":"",
  89.                   "name":"",
  90.                   "familyName":"",
  91.                   "filesDir":""
  92.                },
  93.                {
  94.                   "imagePath":"",
  95.                   "name":"",
  96.                   "familyName":"",
  97.                   "filesDir":""
  98.                }
  99.             ]
  100.          }
  101.       ]
  102.    },
  103.    "photo":{
  104.       "prepareText":"",
  105.       "stayText":"",
  106.       "stayCloserText":"",
  107.       "smileText":"",
  108.       "framePath":"",
  109.       "hub":{
  110.          "actionText":"",
  111.          "printText":"",
  112.          "emailText":"",
  113.          "backText":"",
  114.          "print":{
  115.             "printingText":"",
  116.             "doneText":""
  117.          },
  118.          "pay":{
  119.             "actionText":"",
  120.             "useTerminalText":"",
  121.             "successText":"",
  122.             "cancalButtonText":""
  123.          }
  124.       }
  125.    }
  126. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement