Skip to content

Commit 2a7d710

Browse files
author
Joe Pavitt
committed
v0.10.0
1 parent 07bf421 commit 2a7d710

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

docs/nodes/widgets/ui-template.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -245,11 +245,4 @@ You are not limited to having to use a Vue components, as you can also write raw
245245

246246
## Examples
247247

248-
![Examples of UI Template](/images/node-examples/ui-template.png "Examples of UI Template"){data-zoomable}
249-
*Examples of variants of ui-template, one with a functional form, and another showing use of random Vuetify components.*
250-
251-
### Built In Functions
252-
The template also has access to two built-in functions:
253-
s
254-
_Note: Currently restricted to custom HTML only, but there are plans to add `<style>` and `<script>` editors in the future too (track [here](https://github.com/FlowFuse/node-red-dashboard/issues/115))._
255-
248+
- [Building a Custom Video Player with UI Template](https://flowfuse.com/blog/2023/12/dashboard-0-10-0/)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flowfuse/node-red-dashboard",
3-
"version": "0.9.2",
3+
"version": "0.10.0",
44
"description": "A collection of Node-RED nodes that provide functionality to build your own UI applications (inc. forms, buttons, charts) within Node-RED.",
55
"keywords": [
66
"node-red"

0 commit comments

Comments
 (0)