type: iframe

iframe_height: int (pixeles)

iframe_content: TXT|HTML content to inject

{
  "DataBaseTables": {
     "TableName": {
        "interface": {
           "fields": {
               "invoice_html": {"name": "Factura","type": "iframe",  "iframe_height": 400,"iframe_content": "<html><body>Hello World</body></html>"},
           }
        }
     }
  }
}

This example inject HTML content inside the iframe

iframe_url: url

{
  "DataBaseTables": {
     "TableName": {
        "interface": {
           "fields": {
               "invoice_html": {"name": "Factura","type": "iframe",  "iframe_height": 400,"iframe_url": "<https://storage.googleapis.com/cloudframework.io/documents/files/freeme/freeme_uploads/4628902676791296/freeme_documents/20200504040604_upload5eb62c2c8cb0202d250564e8a26dd3e16bb7834b8aba8.jpg>"},
           }
        }
     }
  }
}

This example show in the iframe the content of an url