# Sticker plugin

Use the Sticker plugin to drag and drop stickers onto the editor

See the [Stickers](../../markup-editor/stickers/) section for more information on how to define stickers.

| Property                             | Default value | Description                                                                                                                                                                                                                    |
| ------------------------------------ | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| stickers                             | \[\]          | An array of [stickers](../../markup-editor/stickers/) to show in the footer sticker bar.                                                                                                                                       |
| stickerForceEnable                   | false         | Set to true to always enable the sticker control, even when no stickers are set.                                                                                                                                               |
| stickerEnableSelectImagePreset       | true          | Toggle image file selection control.                                                                                                                                                                                           |
| stickerStickToImage                  | false         | If set to true stickers will be added to the imageAnnotation array instead of the imageDecoration array.                                                                                                                       |
| stickersEnableButtonFlipVertical     | false         | Enable the vertical flip button in the Markup Editor shape control bar.                                                                                                                                                        |
| stickersWillRenderShapePresetToolbar | undefined     | Set to a function that receives the node tree for the preset toolbar. Should synchronously return the node tree. See [willRenderShapePresetToolbar](../../markup-editor/properties/#willrendershapepresettoolbar) for details. |

## Sticker plugin exports

The core editor module exports the following Sticker plugin objects.

| Export                          | Description               |
| ------------------------------- | ------------------------- |
| plugin\_sticker                 | The sticker util view.    |
| plugin\_sticker\_locale\_en\_gb | The sticker util locales. |