Browse Source

docs: field screenshot updates, minor corrections

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/6467/head
Raju Udava 9 months ago
parent
commit
eb70b7fbef
  1. 4
      packages/noco-docs/docs/070.fields/010.fields-overview.md
  2. 2
      packages/noco-docs/docs/070.fields/040.field-types/030.select-based/020.checkbox.md
  3. 3
      packages/noco-docs/docs/070.fields/040.field-types/030.select-based/020.multi-select.md
  4. 0
      packages/noco-docs/docs/070.fields/040.field-types/030.select-based/030.rating.md
  5. 7
      packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/010.attachment.md
  6. 2
      packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/070.specific-db-type.md
  7. 5
      packages/noco-docs/docs/140.account-settings/020.api-tokens.md
  8. BIN
      packages/noco-docs/static/img/v2-unannotated/fields/types/attachment.png
  9. BIN
      packages/noco-docs/static/img/v2-unannotated/fields/types/checkbox.png
  10. BIN
      packages/noco-docs/static/img/v2-unannotated/fields/types/specificDbType.png
  11. BIN
      packages/noco-docs/static/img/v2/fields/types/attachment.png
  12. BIN
      packages/noco-docs/static/img/v2/fields/types/checkbox.png
  13. BIN
      packages/noco-docs/static/img/v2/fields/types/specific-db-type.png

4
packages/noco-docs/docs/070.fields/010.fields-overview.md

@ -31,6 +31,8 @@ keywords : ['NocoDB fields', 'fields overview', 'field administration', 'field o
### Select based
- [Single select](field-types/select-based/single-select)
- [Multi select](field-types/select-based/multi-select)
- [Checkbox](field-types/custom-types/checkbox)
- [Rating](field-types/custom-types/rating)
### Link based
- [Links](field-types/links-based/links)
@ -39,8 +41,6 @@ keywords : ['NocoDB fields', 'fields overview', 'field administration', 'field o
### Custom types
- [Attachment](field-types/custom-types/attachment)
- [Checkbox](field-types/custom-types/checkbox)
- [Rating](field-types/custom-types/rating)
- [Barcode](field-types/custom-types/barcode)
- [QR-code](field-types/custom-types/QR-code)
- [Geometry](field-types/custom-types/geometry)

2
packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/020.checkbox.md → packages/noco-docs/docs/070.fields/040.field-types/030.select-based/020.checkbox.md

@ -17,7 +17,7 @@ The checkbox field type is used to store boolean values. It can be used to store
6. Set default value for the field (Optional).
7. Click on `Save Field` button.
[//]: # (![image]&#40;/img/v2/fields/types/checkbox.png&#41;)
![image](/img/v2/fields/types/checkbox.png)
### Cell display
Cell displays the icon in the color selected for the field. A true value will be represented by a checked icon or a filled icon

3
packages/noco-docs/docs/070.fields/040.field-types/030.select-based/020.multi-select.md

@ -18,6 +18,9 @@ keywords: ['Fields', 'Field types', 'Select based types', 'Multi select', 'Creat
![image](/img/v2/fields/types/multiselect.png)
:::note
Use of `,` is not allowed for option values.
:::
### Configure color for options
You can re-configure background color for each option. This is useful when you want to highlight certain options. For example, you can configure `High` option to have `red` background color.

0
packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/030.rating.md → packages/noco-docs/docs/070.fields/040.field-types/030.select-based/030.rating.md

7
packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/010.attachment.md

@ -14,7 +14,12 @@ keywords: ['Fields', 'Field types', 'Custom types', 'Attachment', 'Create attach
3. Select the field type as `Attachment` from the dropdown.
4. Click on `Save Field` button.
[//]: # (![image]&#40;/img/v2/fields/types/attachment.png&#41;)
![image](/img/v2/fields/types/attachment.png)
:::info
Max size for an attachment file is currently limited to 5 MB
:::
### Cell display
The cell display for `Attachment` field is either a clickable preview if file is an image in recognizable format or a file-type icon.

2
packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/070.specific-db-type.md

@ -13,4 +13,4 @@ keywords: ['Fields', 'Field types', 'Custom types', 'Specific DB type', 'Create
4. Provide DB specific data type configurations
5. Click on `Save Field` button.
![image](/img/v2/fields/specific-db-type.png)
![image](/img/v2/fields/types/specific-db-type.png)

5
packages/noco-docs/docs/140.account-settings/020.api-tokens.md

@ -23,6 +23,11 @@ Follow the steps below to create API Token
![Create API Token](/img/v2/account-settings/api-token-1.png)
![Create API Token](/img/v2/account-settings/api-token-2.png)
:::warning
Only one token can be created per user
:::
API Token created will get added to the list. Copy API token by clicking on `Copy` button displayed under `Actions` menu

BIN
packages/noco-docs/static/img/v2-unannotated/fields/types/attachment.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

BIN
packages/noco-docs/static/img/v2-unannotated/fields/types/checkbox.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 KiB

BIN
packages/noco-docs/static/img/v2-unannotated/fields/types/specificDbType.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 KiB

BIN
packages/noco-docs/static/img/v2/fields/types/attachment.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

BIN
packages/noco-docs/static/img/v2/fields/types/checkbox.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

BIN
packages/noco-docs/static/img/v2/fields/types/specific-db-type.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 KiB

Loading…
Cancel
Save