Skip to content

Commit 464a4fd

Browse files
committed
update migration guide for ui-audio widget, detailing new modes
1 parent d73381b commit 464a4fd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/en/user/migration.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,13 @@ The following details a direct comparison of all properties available on each no
7373

7474
<MigrationWidgetProfile :profile="widgets['ui_audio']" />
7575

76-
You can track progress, and input thoughts and ideas on this here: [Widget: Audio #52](https://github.com/FlowFuse/node-red-dashboard/issues/52)
76+
The ui-audio widget has now been migrated. In FlowFuse Dashboard the node has two distinct modes - Audio Player and Text-to-Speech (TTS).
77+
78+
In Audio Player mode, a `group` property is present, so that an audio player can be rendered in a group.
79+
80+
In TTS mode, the `group` property is no longer required, and has been replaced with a `ui` property, which defines which `ui-page` this widget will be rendered on.
81+
82+
Refer to the [ui-audio documentation](/en/nodes/widgets/ui-audio.html) and the nodes built-in help for more details.
7783

7884
### `ui_button`
7985

0 commit comments

Comments
 (0)