Skip to content

Commit 0be0a43

Browse files
luxuryluketexnixe
authored andcommitted
Removed single quotes and made changes as discussed.
1 parent aa7f318 commit 0be0a43

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

content/docs/3_reference/3_panel/3_fields/0_files/reference-article.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Title: Files
44

55
Intro:
66

7-
A 'files' 'select' field that allows selecting one or multiple related files
7+
A files select field that allows selecting one or multiple related files
88

99
----
1010

@@ -14,7 +14,7 @@ Guide: content/files
1414

1515
Text:
1616

17-
The 'files' field allows you to select one or more files.
17+
The files field allows you to select one or more files.
1818

1919
(image: files.png)
2020

@@ -59,7 +59,7 @@ fields:
5959

6060
## Layout
6161

62-
You can switch between the `list` and `cards` layouts. The default is a `list` layout.
62+
You can switch between `list` and `cards` layouts. Default is `list` layout.
6363

6464
```yaml
6565
fields:
@@ -85,7 +85,7 @@ You can use all file types available in Kirby here (`images`, `documents`, `vide
8585

8686
### Querying files from other pages
8787

88-
You can get as complex as you like, e.g. 'get all images from all children of the `photography` page that use the `cover` template:
88+
You can get as complex as you like, e.g. get all images from all children of the `photography` page that use the `cover` template:
8989

9090
```yaml
9191
gallery:
@@ -122,7 +122,7 @@ image:
122122

123123
### `back`
124124

125-
Set an image background behind the image, which will show if 'cover' is not set to true as explained above.
125+
Set an image background behind the image, which will show if cover is not set to true as explained above.
126126
Options: `pattern (default)`, `black`, `white`
127127
```yaml
128128

@@ -134,15 +134,15 @@ image:
134134

135135
### No image
136136

137-
Don't want to see an image preview? Set the image options to 'false' if you don't want to show an image, which will show an icon instead:
137+
Don't want to see an image preview? Set the image options to `false` if you don't want to show an image, which reveals an icon instead:
138138

139139
```yml
140140
image: false
141141
```
142142

143143
## Upload options
144144

145-
By default, the files field allows you to upload files. You can define the `Add` button behavior with the `uploads` option: When clicking on the `Add` button, you can either 'select a file' and/or 'upload a file' (which is then automatically selected).
145+
By default, the files field allows you to upload files. You can define the `Add` button behavior with the `uploads` option: When clicking on the `Add` button, you can either select a file and/or upload a file (which is then automatically selected).
146146

147147
### Prevent uploading
148148

@@ -156,7 +156,7 @@ gallery:
156156

157157
### Destination and template
158158

159-
By default, all files will be uploaded to the current page without any predefined template. But with the additional options, you can 'fetch files from anywhere', 'upload them to a specific page', or even control which file template should be assigned by default:
159+
By default, all files will be uploaded to the current page without any predefined template. But with the additional options, you can fetch files from anywhere, upload them to a specific page, or even control which file template should be assigned by default:
160160

161161
```yaml
162162
gallery:
@@ -176,7 +176,7 @@ gallery:
176176

177177
### Restricting uploads to certain file types
178178

179-
To restrict what types of files can be uploaded to the given destination, assign a file 'template' using the `uploads` property, and in your file template, set the `accept` option. For more information see the docs about (link: docs/reference/panel/blueprints/file#accept text: file blueprints).
179+
To restrict what types of files can be uploaded to the given destination, assign a file template using the `uploads` property, and in your file template, set the `accept` option. For more information see the docs about (link: docs/reference/panel/blueprints/file#accept text: file blueprints).
180180

181181
#### Supported file types
182182

0 commit comments

Comments
 (0)