mirror of https://github.com/Lissy93/dashy.git
24 lines
1003 B
Markdown
24 lines
1003 B
Markdown
# Untitled boolean in Dashy Config Schema Schema
|
|
|
|
```txt
|
|
https://example.com/schemas/abstract#/properties/appConfig/properties/enableFontAwesome
|
|
```
|
|
|
|
Should load font-awesome assets
|
|
|
|
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|
|
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :------------------------------------------------------------------------------------- |
|
|
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [dashy-config.schema.json*](../../out/dashy-config.schema.json "open original schema") |
|
|
|
|
## enableFontAwesome Type
|
|
|
|
`boolean`
|
|
|
|
## enableFontAwesome Default Value
|
|
|
|
The default value is:
|
|
|
|
```json
|
|
true
|
|
```
|