chore: add code formatting and linting (#952)

This commit is contained in:
Caleb
2018-08-07 14:46:54 -06:00
committed by Shawn Erquhart
parent 32e0a9b2b5
commit f801b19221
265 changed files with 5988 additions and 4481 deletions

View File

@ -1,5 +1,5 @@
---
label: "Hidden"
label: 'Hidden'
target: hidden
---
@ -8,10 +8,10 @@ Hidden widgets do not display in the UI. In folder collections that allow users
- **Name:** `hidden`
- **UI:** none
- **Data type:** any valid data type
- **Options:**
- **Options:**
- `default`: accepts any valid data type; recommended for collections that allow adding new items
- **Example:**
```yaml
- {label: "Layout", name: "layout", widget: "hidden", default: "blog"}
- { label: 'Layout', name: 'layout', widget: 'hidden', default: 'blog' }
```