mirror of https://github.com/Lissy93/dashy.git
33 lines
1.2 KiB
Markdown
33 lines
1.2 KiB
Markdown
|
# Untitled undefined type in Dashy Config Schema Schema
|
||
|
|
||
|
```txt
|
||
|
https://example.com/schemas/abstract#/properties/sections/items/properties/displayData/properties/layout
|
||
|
```
|
||
|
|
||
|
If set to grid, items have uniform width, and itemCount can be set
|
||
|
|
||
|
| 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") |
|
||
|
|
||
|
## layout Type
|
||
|
|
||
|
unknown
|
||
|
|
||
|
## layout Constraints
|
||
|
|
||
|
**enum**: the value of this property must be equal to one of the following values:
|
||
|
|
||
|
| Value | Explanation |
|
||
|
| :------- | :---------- |
|
||
|
| `"grid"` | |
|
||
|
| `"auto"` | |
|
||
|
|
||
|
## layout Default Value
|
||
|
|
||
|
The default value is:
|
||
|
|
||
|
```json
|
||
|
"auto"
|
||
|
```
|