Updated Widgets internal names (markdown)

zobnin
2024-10-21 08:11:24 +03:00
parent 7fce607da6
commit 3fe1891b4f

@@ -23,10 +23,12 @@ Internal widget names to use in the `add_widget` functions and actions:
* `tasks` * `tasks`
* `feed` * `feed`
* `telegram` * `telegram`
* `twitter`
* `calendar` * `calendar`
* `calendarw`
* `exchange` * `exchange`
* `expenses`
* `finance` * `finance`
* `financechart`
* `bitcoin` * `bitcoin`
* `control` * `control`
* `recorder` * `recorder`
@@ -34,4 +36,6 @@ Internal widget names to use in the `add_widget` functions and actions:
* `empty` * `empty`
* `remote` * `remote`
To specify a script, simply use the script name (along with the extension). 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}`.