Skip to content

Commit ab4b86e

Browse files
committed
Added ability to edit file metadata from file field
1 parent acaf6b4 commit ab4b86e

File tree

6 files changed

+8
-2
lines changed

6 files changed

+8
-2
lines changed

docs/_images/field_file.png

-6.41 KB
Loading

docs/_images/field_file_file.png

7.36 KB
Loading

docs/_images/icon_edit.png

403 Bytes
Loading

docs/_images/icon_edit_meta.png

463 Bytes
Loading

docs/_images/icon_remove.png

364 Bytes
Loading

docs/fieldtypes/file.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,17 @@ lang: ee
1515

1616
[TOC]
1717

18-
File fields utilize the built-in file browser to store uploaded files and images for your publishers.
18+
File fields utilizes the built-in file browser to store uploaded files and images for your publishers.
1919

2020
![file field](_images/field_file.png)
2121

22-
NOTE: **Note:**Your site must have at least one upload directory before you can create a file field.
22+
NOTE: **Note:** Your site must have at least one upload directory before you can create a file field.
23+
24+
File field allows browsing through file that have been already uploaded, as well as uploading new file - using the OS file picker interface or with drag and drop.
25+
26+
![file field with file selected](_images/field_file_file.png)
27+
28+
Once selected in the field, the file can be replaced by clicking <img style="margin-bottom: 0px; vertical-align: middle; display:inline-block;" src="../../_images/icon_edit.png" alt="edit icon"> icon. The field can be cleared by clicking <img style="margin-bottom: 0px; vertical-align: middle; display:inline-block;" src="../../_images/icon_remove.png" alt="remove icon"> icon (this would not remove the file from the system). You can also change the file metadata (such as title or description) by clicking <img style="margin-bottom: 0px; vertical-align: middle; display:inline-block;" src="../../_images/icon_edit_meta.png" alt="settings icon"> icon - note that file meta data will be changed globally throughout the system.
2329

2430
## Field Settings
2531

0 commit comments

Comments
 (0)