chore: add code formatting and linting (#952)
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
---
|
||||
label: "Boolean"
|
||||
label: 'Boolean'
|
||||
target: boolean
|
||||
---
|
||||
|
||||
@ -13,5 +13,5 @@ The boolean widget translates a toggle switch input to a true/false value.
|
||||
- **Example:**
|
||||
|
||||
```yaml
|
||||
- {label: "Draft", name: "draft", widget: "boolean", default: true}
|
||||
- { label: 'Draft', name: 'draft', widget: 'boolean', default: true }
|
||||
```
|
||||
|
Reference in New Issue
Block a user