This field type represents keywords.
Name | Internal name | Expected input |
---|---|---|
Keyword | ezkeyword | string[]|string |
Table of contents:
Description
This FieldType stores single or several keywords as comma separated keywords as a string or array of string keywords.
Input expectations
Type | Example |
---|---|
string | "documentation" |
string |
|
string[] | array( "eZ Systems", "Enterprise", "User Experience Management" ) |
Value object
Properties
The Value class of this field type contains the following properties:
Property | Type | Description |
---|---|---|
$value |
| Holds an array of keywords as strings. |
Constructor
The Keyword
\Value
constructor will initialize a new Value object with the value provided.
It expects a list of keywords, either as comma separated in a string or as an array of strings.