# Panel (iframe)
Display target url in iframe inside itself
# Description
Note that some of the websites may not allow to be displayed in iframe.
# Screenshots
# Config
iframe:
config:
# Required | Type: string | Default: null
# The target url that should be displayed
#
### Examples
### - https://www.google.com/?s={$__user->fullname}
url: "https://docs.floweye.app/"
# UI
ui:
# Optional | Type: string | Default: null
# Panel title
title: "Panel title"
# Optional | Type: string | Default: null
# Panel description
description: "Panel description"
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21