From b4a93f0ce49ac3b470714f33c477a0bfde3d20a9 Mon Sep 17 00:00:00 2001 From: Tung Le <76459536+lttung-axonivy@users.noreply.github.com> Date: Wed, 28 Aug 2024 17:32:56 +0700 Subject: [PATCH] IVYPORTAL-16563 Rename custom Widget Process start Option LTS 10 - Documentation (#986) (cherry picked from commit ee530522f9c33487436e0ffa124dec6270982d9b) --- .../dashboard/new-dashboard-custom-widget.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Documentation/portal-guide/source/portal-developer-guide/dashboard/new-dashboard-custom-widget.rst b/Documentation/portal-guide/source/portal-developer-guide/dashboard/new-dashboard-custom-widget.rst index f781a5ccd6e..02c1236cbb2 100644 --- a/Documentation/portal-guide/source/portal-developer-guide/dashboard/new-dashboard-custom-widget.rst +++ b/Documentation/portal-guide/source/portal-developer-guide/dashboard/new-dashboard-custom-widget.rst @@ -1,7 +1,12 @@ .. _configure-new-dashboard-custom-widget: Configure Custom Widget -======================== +======================= + +Portal offers a variety of widgets, such as task, case, and process widgets. But what if you need a widget like a +weather widget? Fortunately, the Portal allows you to create custom widgets as well. These custom widgets utilize +an IFrame to display content, which you can define. The content can be an Ivy process or the URL of an external +webpage. .. _define-an-ivy-process-for-the-custom-widget: