File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Feel free to develop new widgets yourself; there is functionality to create them
3030The widget architecture is structured to support the additions of custom widgets, whereof a short tutorial is shown below.<br />
3131To 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 />
4646Create a new TypeScript file, and define a ` WidgetManifest ` to set up your widget.<br />
4747It includes options like its display name, minimum width of columns, and a reference to the HTML content.<br />
4848You can write the HTML/CSS code in the same file, or reference it from somewhere else. See the example below.<br />
You can’t perform that action at this time.
0 commit comments