General

  eZ Systems Website
  Technical documentation
  Editor documentation

This Documentation contains:
 
Technical documentation:



⚠ WARNING ! This documentation is deprecated !

Please go to the current Technical Documentation

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This field type Field Type represents keywords.

NameInternal nameExpected input
Keywordezkeywordstring[]|string

...

Table of Contents
minLevel2

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

TypeExample
string
"documentation"
string

"php, eZ Publish, html5"

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.

...