Browse Source

Update packages/noco-docs/docs/090.views/040.view-types/030.form.md

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
pull/8574/head
Raju Udava 5 months ago committed by GitHub
parent
commit
b76285e155
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/noco-docs/docs/090.views/040.view-types/030.form.md

2
packages/noco-docs/docs/090.views/040.view-types/030.form.md

@ -205,7 +205,7 @@ For date-based field types `Date` `Date & Time` `Time` `Year`, you can configure
For the attachment field type, you can configure the following validations: For the attachment field type, you can configure the following validations:
- **Limit file types**: Allows you to restrict the file types that can be uploaded by specifying permitted MIME types. - **Limit file types**: Allows you to restrict the file types that can be uploaded by specifying permitted MIME types.
Example Example
- `image/png` Allows PNG images only - `image/png` Allows only PNGs
- `application/pdf` Allows PDF documents only - `application/pdf` Allows PDF documents only
- `image/*` Allows all images - `image/*` Allows all images
- **Limit file size**: Specifies the maximum file size allowed for the attachment. Size can be either in KB or MB. - **Limit file size**: Specifies the maximum file size allowed for the attachment. Size can be either in KB or MB.

Loading…
Cancel
Save