From 5dc9b1301543e69020b4094b1da0e78ff236c4d5 Mon Sep 17 00:00:00 2001 From: Corban Mailloux Date: Sat, 30 Jul 2016 17:47:35 -0400 Subject: [PATCH] Fix copy-paste errors. (#705) --- source/_components/panel_iframe.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/panel_iframe.markdown b/source/_components/panel_iframe.markdown index 846887b005f..b10cfa9690e 100644 --- a/source/_components/panel_iframe.markdown +++ b/source/_components/panel_iframe.markdown @@ -34,6 +34,6 @@ Configuration variables: - **[panel_name]** (*Required*): Name of the panel. - **title** (*Required*): Friendly title for the panel. Will be used in the sidebar. - - **icon** (*Optional*): The API token of your bot. - - **url** (*Required*): The chat ID of your user. + - **icon** (*Optional*): Icon for entry. Pick an icon that you can find on [materialdesignicons.com](https://materialdesignicons.com/) to use for your input and prefix the name with `mdi:`. For example `mdi:car`, `mdi:ambulance`, or `mdi:motorbike`. + - **url** (*Required*): The URL to open.