Skip to content

Commit c10b1e9

Browse files
File Type and file extensions descriptions added
1 parent cd411cd commit c10b1e9

File tree

1 file changed

+2
-2
lines changed
  • ui.af.apps/src/main/content/jcr_root/apps/core/fd/components/form/fileinput/v3/fileinput/_cq_dialog

1 file changed

+2
-2
lines changed

ui.af.apps/src/main/content/jcr_root/apps/core/fd/components/form/fileinput/v3/fileinput/_cq_dialog/.content.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
jcr:primaryType="nt:unstructured"
104104
sling:resourceType="fd/af/authoring/components/granite/form/formsmultifield"
105105
fieldLabel="Allowed file types"
106-
fieldDescription="This field got disabled as the allowed file extensions are specified."
106+
fieldDescription="Specify allowed MIME types (for example, image/jpeg) to filter uploads. You can use this option or 'Allowed file extensions'. However, this setting is disabled if any 'Allowed file extensions' are specified."
107107
defaultValue="">
108108
<field
109109
name="./accept"
@@ -115,7 +115,7 @@
115115
jcr:primaryType="nt:unstructured"
116116
sling:resourceType="fd/af/authoring/components/granite/form/formsmultifield"
117117
fieldLabel="Allowed file extensions"
118-
fieldDescription="Specify the allowed file extensions (for example, .png, .pdf). Ensure that the specified extensions correspond to valid MIME types to avoid upload issues."
118+
fieldDescription="Specify allowed file extensions (for example, jpg, pdf) to filter uploads. Using this option will disable and override the 'Allowed file types' setting."
119119
defaultValue="">
120120
<field
121121
name="./acceptExtensions"

0 commit comments

Comments
 (0)