General

  eZ Systems Website
  Editor documentation


  Developer documentation

  Back to the top

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: removing blank lines

This page contains a reference of Field Types used in eZ Platform.

Info

For the general Field Type documentation see Field Type API and best practices.

If you are looking for the documentation on how to implement a custom Field Type, see the Creating a Tweet Field Type tutorial.

A Field Type is the smallest possible entity of storage. It determines how a specific type of information should be validated, stored, retrieved, formatted and so on. eZ Platform comes with a collection of fundamental types that can be used to build powerful and complex content structures. In addition, it is possible to extend the system by creating custom Field Types for special needs. Custom Field Types have to be programmed in PHP. However, the built-in Field Types are usually sufficient enough for typical scenarios. The following table gives an overview of the supported Field Types that come with eZ Platform.

Built in Field Types

FieldTypeDescriptionSearchable in Legacy Storage engine
AuthorStores a list of authors, each consisting of author name and author email.No
BinaryFileStores a file.Yes
CheckboxStores a boolean value.Yes
CountryStores country names as a string.Yes
DateAndTime Stores a full date including time information.Yes
Date Stores date information.Yes
EmailAddress Validates and stores an email address.Yes
Float Validates and stores a decimal value.No
Image Validates and stores an image.No
Integer Validates and stores an integer value.Yes
ISBN Handles International Standard Book Number (ISBN) in 10-digit or 13-digit format.Yes
Keyword Stores keywords.No
Landing PageStores a page with a layout consisting of multiple zones.No
MapLocation Stores map coordinates.Yes, with MapLocationDistance criterion
Media Validates and stores a media file.No
Null Used as fallback for missing Field Types and for testing purposes.No
Rating Stores a rating.No
Relation Validates and stores a relation to a Content item.Yes, with both Field and FieldRelation criterions
RelationList Validates and stores a list of relations to Content items.Yes, with FieldRelation criterion
RichTextValidates and stores structured rich text, and exposes it in several formats.Yes
Selection Validates and stores a single selection or multiple choices from a list of options.Yes
TextBlock Validates and stores a larger block of text.No
TextLine Validates and stores a single line of text.Yes
Time Stores time information.Yes
Url Stores a URL / address.No
User Validates and stores information about a user.No
XmlText Validates and stores multiple lines of formatted text.Yes

Field Types provided by Community

FieldTypeDescriptionSearchableEditing support in UIPlanned to be incl in the future
TagsTags field and full fledge taxonomy managementYesNo (See crowdfunding page)Yes
PricePrice field for product catalog useYesNoYes
MatrixMatrix field for matrix dataYesNoYes

Known missing Field Types

The following Field Types are configured using Null Field Type to avoid exceptions if they exists in your database, but their functionality is currently not known to be implemented out of the box or by the community:

JIRA
servereZ Systems JIRA tracker
serverId841cf523-cc54-30bc-bc5d-89e63192498a
keyEZP-20112

JIRA
servereZ Systems JIRA tracker
serverId841cf523-cc54-30bc-bc5d-89e63192498a
keyEZP-20115

 

 

 

JIRA
servereZ Systems JIRA tracker
serverId841cf523-cc54-30bc-bc5d-89e63192498a
keyEZP-20118

Missing something? For field types provided by community, like for instance ezselection2, unless otherwise mentioned it can be considered missing for the time being. If something should be listed here, add a comment. 

Generate new Field Type

Besides links in the top of this topic in regards to creating own field type, from partner Smile there is now a Field Type Generator Bundle helping you get started creating skeleton for eZ Platform field type, including templates for editorial interface. 

 

Related topics:

In this topic:

Table of Contents
maxLevel3