Skip to main content

IPlaceholderPermissionsData

Interfaces

IPlaceholderPermissionsData

A structure defining the image placeholder permissions.

Example

{
"defaultItemsConfig": {
"placeholder": {
"placeholderPermissions": {
"allowEditContent": false
}
}
}
}

Properties

allowEditContent?
optional allowEditContent?: boolean;

Allows editing content of image placeholders. If false, then the Placeholder content scale slider and the handle do not show. The default value is true.

showHandleButton?
optional showHandleButton?: boolean;

Enables the placeholder handle for a focused image placeholder. This handle allows you to manipulate the content of the placeholder. The default value is true.

showSelectButton?
optional showSelectButton?: boolean;

Enables the Select image button for empty placeholders. The default value is true.

Was this page helpful?