You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
285 B
15 lines
285 B
1 year ago
|
---
|
||
|
title: Greeting
|
||
|
description: Greeting Information Widget Configuration
|
||
|
---
|
||
|
|
||
|
This allows you to display simple text, can be configured like so:
|
||
|
|
||
|
```yaml
|
||
|
- greeting:
|
||
|
text_size: xl
|
||
|
text: Greeting Text
|
||
|
```
|
||
|
|
||
|
Valid text sizes are `4xl`, `3xl`, `2xl`, `xl`, `md`, `sm`, `xs`.
|