Discussions
How to update manifest and keeping existing widget?
Every now and then I like to update my plugin and f.e. add a feature that needs a new configuration field.
Is there a way to update the existing plugin without adding a new copy? I like to keep all the existing widgets throuout the COYO instance.
Access config in entryPoint request
Mymanifest.json
defines a text config url
and an entry point.
Is it possible to get the pluginId from the COYO frontend?
Hi,
Can we defina an Icon which is shown on the "add widget" dialog?
Hi :)
I would like to know, if we can somehow define the Icon which is shown on the "add widget" dialog for the Plugin. At the moment it seems the icon is always the puzzle-piece which I would like to replace.
Is there a way to get the Role of the current User
Hi :)
We build a plugin which has a elaborate configuration. To get to the configuration page, we added a button to our app. The Problem is, that every user can see this button for now, but the plan is to display this button only to moderators and admins. I looked at the manifest file if we could get the role from the context, but all i could find were "username", "usermail" and "userlanguage". So how could we determine if a user is a "normal" user or an mod/admin.
Is it possible to pass parameters when installing a plugin?
Hello everyone!
How to correlate the "src" parameter to a plugin "instanceId"?
Hi!
How can plugin hosts validate COYO instances?
Hi!
Can one open a popup/dialog from a plugin?
Hi,
we would like to open a Popup in Coyo and render some HTML into it. Is there any way to do that? For the reasons: Let's say you have a plugin that requires a whole lot of configuration. With the Plugin adapter you can react to the onEdit action, which set's the plugin in an edit state and shows the configuration options. But now imagine you Plugin to be in the sidebar, right below the navigation, where there are like 270pixels of space available to show the configuration form. That is not a whole lot. So it would be real nice to show the configuration in a Popup not inside the I-Frame but inside coyo. I know that you have to find another way, to trigger the configuration popup, as there could be a lot of popus "onEdit" if there are a lot of plugins on the page. Another way would be to allow custom configurations during the "create" process of the plugin, when you add it to the page.
Is there a way to get a development Instance of Coyo
Hi,
i'm Chris from Scitotec. We wan't to start implementing our Plugin for Coyo. Unfortunately we don't have access to an development Instance of Coyo to test the Plugin. Is there a docker stack we could use for us or how can we get a hold of a development instance?