Skip to content

Editpage JSON

Cdhaldane edited this page Jun 18, 2021 · 1 revision

const editpagejson = [

{
  "components":{
    "shapes": {
      width: x,
      height:x,
      poistion_x: x,
      poistion_y:x,
      colour: "",
      text: "",
      textcolour: ""
    },
    "media": {
      width: x,
      height: x,
      poistion_x: x,
      poistion_y:x,
      file: "path"
    },
    "game piece": {
      width: x,
      height: x,
      poistion_x: x,
      poistion_y:x
    },
  },
  "rules": {
    levelbar: bool,
    pages: x,
    leveltext: "",
  },
  "information": {
    role: "",
    text: "",
    components: ""
  },
  "navigation bar": {
    messages: bool,
    alerts: bool,
    parameters: bool,
    setting: bool,
    performance: bool
  }
}

]

Clone this wiki locally