... | @@ -15,9 +15,9 @@ A plugin should have its own folder under the `frontend/src/plugins/` folder. Th |
... | @@ -15,9 +15,9 @@ A plugin should have its own folder under the `frontend/src/plugins/` folder. Th |
|
|
|
|
|
Every plugin can then have different types of components in sub folders. Component type folders must be in all lower case. At this moment the supported component types are as follows:
|
|
Every plugin can then have different types of components in sub folders. Component type folders must be in all lower case. At this moment the supported component types are as follows:
|
|
|
|
|
|
* [Settings](Frontend-plugins:-Settings)
|
|
* Settings
|
|
* [Wallpapers](Frontend-plugins:-Wallpapers)
|
|
* Wallpapers
|
|
* [Widgets](Frontend-plugins:-Widgets)
|
|
* Widgets
|
|
|
|
|
|
You are not required to implement these sub folders. If you only want to provide a widget, that's fine - you don't have to create a Settings and Wallpapers sub-folder in that case.
|
|
You are not required to implement these sub folders. If you only want to provide a widget, that's fine - you don't have to create a Settings and Wallpapers sub-folder in that case.
|
|
|
|
|
... | | ... | |