mirror of
https://github.com/glanceapp/glance.git
synced 2025-06-21 10:27:45 +02:00
Merge branch 'main' into release/v0.7.0
This commit is contained in:
commit
b4b61c94d7
@ -287,6 +287,7 @@ theme:
|
|||||||
> .widget-type-rss a {
|
> .widget-type-rss a {
|
||||||
> font-size: 1.5rem;
|
> 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.
|
> 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 | |
|
| parameters | key & value | no | |
|
||||||
|
|
||||||
##### `url`
|
##### `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`
|
##### `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`.
|
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`.
|
||||||
|
@ -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!
|
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
|
## Startpage
|
||||||
|
|
||||||

|

|
||||||
|
Loading…
x
Reference in New Issue
Block a user