Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ManageContentButton

Index

Properties

content?: Content | Document

The content entity to open for editing.

documentTemplateQuery?: string

Template query to use for creating new documents.

folderTemplateQuery?: string

Template query to use in case folders specified by path do not yet exist and must be created.

parameter?: string

Name of the component parameter in which the document path is stored.

path?: string

Initial location of a new document, relative to the root.

pickerConfiguration?: string

The root path of the CMS configuration to use for the picker, relative to /hippo:configuration/hippo:frontend/cms. Default value: "cms-pickers/documents".

pickerEnableUpload?: boolean

When this picker is used for images, this flag determines if uploads are enabled

pickerInitialPath?: string

The initial path to use in the picker if nothing has been selected yet, relative to the pickerRootPath. Default value: "" (empty string).

pickerRemembersLastVisited?: boolean

Whether the picker remembers the last visited path. Default: true.

pickerRootPath?: string

The absolute root path to use in the picker, or an empty string if the channel content path is used. If configured it must start with a "/". Default value: "" (empty string).

pickerSelectableNodeTypes?: string

Types of nodes to be able to select in the picker, separated by a comma. By default all types are allowed.

relative?: boolean

Flag indicating that the picked value should be stored as a relative path.

root?: string

Path to the root folder of selectable document locations.