Updated Validation Configuration (markdown)

2016-08-05 23:17:39 +02:00
parent e678c7567d
commit 4e8d5d5ed9

@@ -95,6 +95,12 @@ _(Empty cells are not checked, see not empty validation)_
The value can only be numerics and alphabetic characters. The value can only be numerics and alphabetic characters.
_(Empty cells are not checked, see not empty validation)_ _(Empty cells are not checked, see not empty validation)_
### unique
"unique" : true
The value can only exist once in this column.
### regexp ### regexp
"regexp" : "[0-9a-zA-Z]*" "regexp" : "[0-9a-zA-Z]*"