Skip to content

Latest commit

 

History

History
194 lines (139 loc) · 4.13 KB

field-types-support.md

File metadata and controls

194 lines (139 loc) · 4.13 KB

PlatformUI field type support

This document lists the available field types in eZ Publish Platform and how each is supported while viewing and editing a content and viewing and editing a content type in the PlatformUI application.

Author

  • Content view: Yes
  • Content edit: Yes
  • Content type view: No
  • Content type edit: No

BinaryFile

  • Content view: Yes
  • Content edit: No, EZP-23749
  • Content type view: No
  • Content type edit: No

Checkbox

  • Content view: Yes
  • Content edit: Yes
  • Content type view: No
  • Content type edit: No

Country

  • Content view: No, EZP-22347 (need to implement a new API in the JS REST Client)
  • Content edit: No, EZP-21715 (need to implement a new API in the JS REST Client)
  • Content type view: No
  • Content type edit: No

Date

DateAndTime

EmailAddress

  • Content view: Yes
  • Content edit: Yes
  • Content type view: No
  • Content type edit: No

Float

  • Content view: Yes (but missing localization
  • Content edit: Yes
  • Content type view: No
  • Content type edit: No

Image

  • Content view: Yes
  • Content edit: Yes (missing drag and drop)
  • Content type view: No
  • Content type edit: No

Integer

  • Content view: Yes
  • Content edit: Yes
  • Content type view: No
  • Content type edit: No

ISBN

  • Content view: No
  • Content edit: No
  • Content type view: No
  • Content type edit: No

Keyword

  • Content view: No, EZP-23729 (the generic field view is somehow working but it does not detect an empty field)
  • Content edit: Yes
  • Content type view: No
  • Content type edit: No

MapLocation

  • Content view: Yes
  • Content edit: Yes
  • Content type view: No
  • Content type edit: No

Media

  • Content view: No EZP-23730
  • Content edit: No
  • Content type view: No
  • Content type edit: No

Page

  • Content view: No
  • Content edit: No
  • Content type view: No
  • Content type edit: No

Price

  • Content view: No
  • Content edit: No
  • Content type view: No
  • Content type edit: No

Rating

  • Content view: No
  • Content edit: No
  • Content type view: No
  • Content type edit: No

Relation

  • Content view: Yes
  • Content edit: No
  • Content type view: No
  • Content type edit: No

RelationList

  • Content view: Yes
  • Content edit: No
  • Content type view: No
  • Content type edit: No

RichText

  • Content view: No
  • Content edit: No
  • Content type view: No
  • Content type edit: No

Selection

  • Content view: Yes
  • Content edit: Yes
  • Content type view: No
  • Content type edit: No

TextBlock

  • Content view: Yes
  • Content edit: Yes
  • Content type view: No
  • Content type edit: No

TextLine

  • Content view: Yes
  • Content edit: Yes
  • Content type view: No
  • Content type edit: No

Time

Url

  • Content view: Yes
  • Content edit: Yes
  • Content type view: No
  • Content type edit: No

User

XmlText

  • Content view: Yes (only display the XmlCode)
  • Content edit: Yes (only provides a textarea to edit the XmlCode)
  • Content type view: No
  • Content type edit: No