Skip to content

Commit

Permalink
added percentage type
Browse files Browse the repository at this point in the history
  • Loading branch information
Severino committed Oct 10, 2024
1 parent 321f1cf commit 46ceb9a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/user/attribute-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Field for integer values

Can be any integer number `x` that is in the valid range of [PHP_INT_MIN](https://www.php.net/manual/en/reserved.constants.php#constant.php-int-min) < x <[PHP_INT_MAX](https://www.php.net/manual/en/reserved.constants.php#constant.php-int-max).

## List attribute
## List

![Image of list input](./images/attribute-types/list.png)

Expand All @@ -182,3 +182,14 @@ Field for a list of text values.

`TEXT[;TEXT ⟳]`

## Percentage

![Image of percentage input](percentage.png)

Field that allows

## Import Format

`X` e.g. `33`

`X` is an integer value in the form of: 0 <= `X` <= 100.
Binary file added docs/user/images/attribute-types/percentage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 46ceb9a

Please sign in to comment.