{
  "$schema": "../../../form-json-schema/resources/schema.json",
  "type": "default",
  "components": [
    {
      "type": "iframe",
      "label": "The bpmn-io web page",
      "url": "https://bpmn.io/",
      "height": 400,
      "security": {
        "allowSameOrigin": true,
        "fullscreen": true,
        "geolocation": true,
        "camera": true,
        "microphone": true,
        "allowForms": true,
        "allowModals": true,
        "allowPopups": true,
        "allowTopNavigation": true
      }
    },
    {
      "type": "iframe",
      "label": "=projectPage",
      "url": "https://bpmn.io/"
    },
    {
      "type": "iframe",
      "url": "https://{{url}}"
    },
    {
      "type": "iframe",
      "url": "=url + domain"
    },
    {
      "type": "iframe",
      "label": "{{page}}"
    }
  ]
}
