homepage/docs/widgets/info/greeting.md

15 lines
285 B
Markdown
Raw Normal View History

2023-09-29 21:01:11 +03:00
---
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`.