...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Attributes
...
name
...
type
...
required
...
default value
...
description
...
unique
...
boolean
...
no
...
false
...
If true this field will be unique (validator and "unique" database's contraint will be added).
Should be set to false for copyable (see below) fields (except string and text).
...
default
...
string
...
no
...
none
...
Insert excerpt | ||||
---|---|---|---|---|
|
Example
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<boolean name="active" /> |