Skip to content

Commit

Permalink
one more docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erquhart committed Dec 4, 2018
1 parent 6333ec7 commit 3090f63
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions website/content/docs/widgets/file.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ The file widget allows editors to upload a file or select an existing one from t
- **Data type:** file path string
- **Options:**
- `default`: accepts a file path string; defaults to null
- `options`: an object for settings that are unique to the file widget instance
- `media_library`: media library settings to apply when a media library is opened by the
current widget
- `allow_multiple`: _(default: `true`)_ when set to `false`, prevents multiple selection for any media library extension, but must be supported by the extension in use
- `config`: a configuration object that will be passed directly to the media library being
used - available options are determined by the library
- `media_library`: media library settings to apply when a media library is opened by the
current widget
- `allow_multiple`: _(default: `true`)_ when set to `false`, prevents multiple selection for any media library extension, but must be supported by the extension in use
- `config`: a configuration object that will be passed directly to the media library being
used - available options are determined by the library
- **Example:**
```yaml
- label: "Manual PDF"
Expand Down

0 comments on commit 3090f63

Please sign in to comment.