Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 32a63d5

Browse files
authored
Update config-reference-systemxml.md
swapped order of `phoneUS` and `phoneUK` to keep list alphabetical by *Rule* column.
1 parent b395fa1 commit 32a63d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.4/config-guide/prod/config-reference-systemxml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,8 @@ The following validation rules are available:
369369
| `time` | Allows a valid time in 24-hour format, between 00:00 and 23:59. For example `15`, `15:05` or `15:05:48`. |
370370
| `time12h` | Allows a valid time in 12-hour format, between 12:00 am and 11:59:59 pm. For example `3 am`, `11:30 pm`, `02:15:00 pm`. |
371371
| `mobileUK` | Allows a (UK) mobile phone number. |
372-
| `phoneUS` | Allows a (US) phone number. |
373372
| `phoneUK` | Allows a (UK) phone number. |
373+
| `phoneUS` | Allows a (US) phone number. |
374374
| `required-entry` | Disallows an empty value (equivalent validation as `validate-no-empty`).<br>Validation failure message: "This is a required field." |
375375
| `validate-no-html-tags` | Disallows usage of HTML tags. |
376376
| `validate-select` | Enforces a that the select option chosen not have a `null` value, string value of `none`, or string length of 0. |

0 commit comments

Comments
 (0)