Skip to content

Commit ce9a5dd

Browse files
committed
Merge remote-tracking branch 'origin/patch-7' into patch-3
2 parents 06af8f5 + d272a33 commit ce9a5dd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/add-ons/file.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ In addition, the File module supports [Pagination](templates/pagination.md).
2323

2424
NOTE: **Note:** If you're looking for how to use file fields in your channel entries loops, you should look at [the file field variable usage documentation](fieldtypes/file.md#template-tags) in the channel fields documentation.
2525

26+
NOTE: **Note:** If you uploaded the file using the Textarea, Text Input or RTE fields, you should look at [the textarea field documentation](fieldtypes/textarea.md#filexxurl-tag--inserting-a-file).
27+
2628
The File Entries tag allows you to display files and their associated meta-data on the frontend through the use of standard ExpressionEngine tags.
2729

2830
Here is a simple example of a possible usage of this tag:
@@ -35,7 +37,7 @@ Here is a simple example of a possible usage of this tag:
3537
{/categories}
3638

3739
{if url:small}
38-
<p><a href="{id_path='gallery/comments'}"><img src="{url:small}" width="{width:small}" height="{height:small}" alt="{title}" title="{title}" /></a></p>
40+
<p><a href="{id_path='gallery/comments'}" title="{title}"><img src="{url:small}" width="{width:small}" height="{height:small}" alt="{title}" /></a></p>
3941
{/if}
4042

4143
{description}
@@ -314,7 +316,7 @@ Multiple instances of the {switch=} tag may be used and the system will intellig
314316

315317
### `{title}`
316318

317-
The title of the entry.
319+
The title of the file.
318320

319321
### `{total_results}`
320322

0 commit comments

Comments
 (0)