Skip to content

Commit 9627582

Browse files
authored
Fix typo in widget code directory path (#136)
1 parent 513569f commit 9627582

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/developer-guide/adding-widgets-on-insights.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Feel free to develop new widgets yourself; there is functionality to create them
3030
The widget architecture is structured to support the additions of custom widgets, whereof a short tutorial is shown below.<br />
3131
To know more about the dashboard builder and it's terminology, check the README of the `or-dashboard-builder` component.<br />
3232
<br />
33-
All widget code is located under `/ui/components/or-dashboard-builder/widgets/`.<br />
33+
All widget code is located under `/ui/component/or-dashboard-builder/widgets/`.<br />
3434
<br />
3535

3636
> **Working in a OpenRemote custom project?**<br />
@@ -42,7 +42,7 @@ All widget code is located under `/ui/components/or-dashboard-builder/widgets/`.
4242
4343
### Creating your own Widget
4444

45-
All widget code is located under `/ui/components/or-dashboard-builder/widgets/`.<br />
45+
All widget code is located under `/ui/component/or-dashboard-builder/widgets/`.<br />
4646
Create a new TypeScript file, and define a `WidgetManifest` to set up your widget.<br />
4747
It includes options like its display name, minimum width of columns, and a reference to the HTML content.<br />
4848
You can write the HTML/CSS code in the same file, or reference it from somewhere else. See the example below.<br />

0 commit comments

Comments
 (0)