Skip to content

Commit 6f14fa1

Browse files
Apply suggestions from code review
Co-authored-by: Joe Pavitt <99246719+joepavitt@users.noreply.github.com>
1 parent 9675d4a commit 6f14fa1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/blog/2025/05/displaying-embeded-webpages-on-node-red-dashboard.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Now that you’ve gathered the URL or embed code for the external content you wa
5858

5959
The easiest and most straightforward way to embed external content is by using the URL. FlowFuse's iframe node allows you to use an external URL directly. Here’s how to do it:
6060

61-
1. Drag the **ui_iframe** node onto the canvas.
61+
1. Drag the **ui-iframe** node onto the canvas.
6262
2. Double-click the node to open its configuration dialog.
6363
- Create a new group for it to render in.
6464
- Set the size (width and height).
@@ -79,11 +79,11 @@ _PDF embedded in FlowFuse Dashboard_
7979
![Google Calendar embedded in FlowFuse Dashboard](./images/google-calendar.png)
8080
_Google Calendar embedded in FlowFuse Dashboard_
8181

82-
##### 2.1 Embed via HTML Embed Code
82+
##### 2.2 Embed via HTML Embed Code
8383

8484
If you have an embed code from third-party services, you can use this code to embed the content into your FlowFuse dashboard. Here’s how to do it:
8585

86-
1. Drag the **ui_template** widget onto the canvas.
86+
1. Drag the **ui-template** widget onto the canvas.
8787
2. Double-click on it to open its configuration dialog.
8888
- Create a new group for it to render in.
8989
- Set the size (width and height).

0 commit comments

Comments
 (0)