From 3fe1891b4f80a64047a6013bf42c4c8fad770c3e Mon Sep 17 00:00:00 2001 From: zobnin Date: Mon, 21 Oct 2024 08:11:24 +0300 Subject: [PATCH] Updated Widgets internal names (markdown) --- Widgets-internal-names.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Widgets-internal-names.md b/Widgets-internal-names.md index 2c07506..aae73c7 100644 --- a/Widgets-internal-names.md +++ b/Widgets-internal-names.md @@ -23,10 +23,12 @@ Internal widget names to use in the `add_widget` functions and actions: * `tasks` * `feed` * `telegram` -* `twitter` * `calendar` +* `calendarw` * `exchange` +* `expenses` * `finance` +* `financechart` * `bitcoin` * `control` * `recorder` @@ -34,4 +36,6 @@ Internal widget names to use in the `add_widget` functions and actions: * `empty` * `remote` -To specify a script, simply use the script name (along with the extension). \ No newline at end of file +To add a script, simply use the script name (along with the extension). +To add a clone, use widget name with a digit, for example `appbox_1`. +To add a plugin, use compnent name, for example `{ru.execbit.aiohealthplugin/ru.execbit.aiohealthplugin.PluginReceiver}`. \ No newline at end of file