This field type Field Type represents keywords.
Name | Internal name | Expected input |
---|---|---|
Keyword | ezkeyword | string[]|string |
...
Table of Contents | ||
---|---|---|
|
Description
This FieldType Field Type stores single one or several keywords as comma-separated keywords as a string or array of string keywordsstrings.
Input expectations
Type | Example |
---|---|
string | "documentation" |
string |
|
string[] | array( "eZ Systems", "Enterprise", "User Experience Management" ) |
...
Properties
The Value class of this field type Field Type contains the following properties:
...
It expects a list of keywords, either as comma-separated in a string or as an array of strings.
...