feat: Add a simple mode to the visual card editor (#2588)
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# `editor`
|
||||
|
||||
These options control the visual card editor.
|
||||
|
||||
```yaml
|
||||
editor:
|
||||
# [...]
|
||||
```
|
||||
|
||||
| Option | Default | Description |
|
||||
| ------ | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `mode` | _Automatic_ | Which editor to show. Acceptable values: `simple` for an abbreviated editor that includes bare bones settings or `full` for every option the editor can set. When unset, the `simple` editor is used unless the configuration sets something it does not show, in which case the `full` editor is used. |
|
||||
|
||||
## Fully expanded reference
|
||||
|
||||
[](common/expanded-warning.md ':include')
|
||||
|
||||
```yaml
|
||||
editor:
|
||||
mode: simple
|
||||
```
|
||||
Reference in New Issue
Block a user