Hello,
I am wondering if it’s normal that for “custom widget”,
the list is not available but I still can put : “https://gristlabs.github.io/grist--widget/notepad/index.html”
Should I do something special with the Dockerfile or docker-compose ?
Thanks
Hi @Sao, you can get the same list of custom widgets that we use for our hosted service by setting the environment variable GRIST_WIDGET_LIST_URL to https://github.com/gristlabs/grist-widget/releases/download/latest/manifest.json (or fork https://github.com/gristlabs/grist-widget and add your own).
Are the keys in the custom widgets themselves? If so, be aware that custom widgets are loaded in users’ browsers, and could be inspected in their browsers.