[
  {
    "label": "Room name",
    "name": "appearRoom",
    "importance": "high",
    "type": "text",
    "default": "h5p",
    "description": "Name of the appear.in room"
  },
  {
    "label": "Fit to container",
    "name": "fitToContainer",
    "importance": "low",
    "type": "boolean",
    "default": true,
    "description": "Make the room fit its container, will override any height and width defined with 100% values."
  },
  {
    "label": "Height",
    "importance": "low",
    "name": "appearHeight",
    "type": "number",
    "default": "400",
    "description": "Set Height of chat/talk room"
  },
  {
    "label": "Width",
    "importance": "low",
    "name": "appearWidth",
    "type": "number",
    "default": "550",
    "description": "Set Width of chat/talk room"
  }
]