Merge branch 'main' into release/v0.7.0

This commit is contained in:
Svilen Markov 2024-12-22 14:34:11 +00:00
commit b4b61c94d7
2 changed files with 6 additions and 1 deletions

View file

@ -287,6 +287,7 @@ theme:
> .widget-type-rss a {
> font-size: 1.5rem;
> }
> ```
>
> In addition, you can also use the `css-class` property which is available on every widget to set custom class names for individual widgets.
@ -1045,7 +1046,7 @@ Display a widget provided by an external source (3rd party). If you want to lear
| parameters | key & value | no | |
##### `url`
The URL of the extension.
The URL of the extension. **Note that the query gets stripped from this URL and the one defined by `parameters` gets used instead.**
##### `fallback-content-type`
Optionally specify the fallback content type of the extension if the URL does not return a valid `Widget-Content-Type` header. Currently the only supported value for this property is `html`.

View file

@ -4,6 +4,10 @@ Don't want to spend time configuring pages from scratch? No problem! Simply copy
Pull requests with your page configurations are welcome!
> [!NOTE]
>
> Pages must be placed under a top level `pages:` key, you can read more about that [here](configuration.md#pages).
## Startpage
![](images/startpage-preview.png)