Font Field
type: "font"
A font select based on the system fonts MoBro is running on.
Additional Fields
Field | Type | Description |
---|---|---|
defaultValue | string? | The optional default value |
Example
mobro-widget-config.json
{
"config": [
{
"name": "example",
"label": "Example",
"type": "font"
}
]
}
Usage
To consume the configured value of this field in a widget, see useFontField.