Discussions
Iframe is default set to display: inline
Hi there,
we are currently developing a plugin which has a custom config view. The Problem is that regardless of the heigt of the content of the iframe, there is always a scroll bar, which makes it look a bit ugly. We found that the iframe element insidie of the coyo-iframe component has the css property "display: inline" which is the standard behaviour of an iframe. However this causes the scrollbar to always appear. Is there any way, we could set the iframe to a block element (display: "block"). This would solve the scrollbar problem, at least for this specific use case.
Where can I submit feature requests for COYO’s plug-in API?
Automatic update of the Manifest
Hi there,
i wanted to ask, if the manifest of a plugin is updated automatically or if the customer has to click on the "update Plug-in" button. We recently changed the manifest to include the userLanguage in the context and now I wondered if this change is reflected automatically or if you have to update the plugin manifest manually.
Display user avatars
Image a plugin where users interact with each other. Current viewing user see's the other user's interaction. I like to display their avatars next to their names.
User authentication and authorization in the plugin
In our plugin we need to know, if a user is permitted to access the plugins content.
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?
Is it possible to get the pluginId from the COYO frontend?
Hi,
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.
Scrolling behavior for navigation with different content height
I am using the "observeHeight" function provided by the plugin adapter. And have noticed the following:
Fullscreen on plugin iframe
Hi,
We are currently developing a plugin that can place videos on the page. Now we ran into the problem that the fullscreen mode does not work. If I am not mistaken, the plugin iframe does not allow it.
So I wonder if there is any chance that you can add that attribute to the plugin iframe as you have for common widget iframes?