Multiple SmartEditor Widget

225
1
07-21-2022 06:02 PM
syafiqFiqq
New Contributor

Hi there! Im using a webApp with smart editor tool. 

I have a use case where I need to have multiple smart editor widget in an app.

I have create a custom widget by changing the widget name for the folder and in the manifest.json

However, when trying the smart editor widget, one of the smart editor widget will break.

Does anyone know is it possible to create multiple SmartEditor Widget or how to achieve this?

Thank you.

1 Reply
AlixVezina
Esri Regular Contributor

Hi @syafiqFiqq ,

You will need to update the  "supportMultiInstance" property to "true" in the widget manifest.json file of the widget.

AlixVezina_0-1658857756698.png

But please note that you may observe some issues when using both widgets together, as the Smart Editor was not designed to allow multiple instances of the widget.

0 Kudos