Discussions

Ask a Question

What I Wish I Knew Before College: Advice from Upperclassmen

Starting college can be an exciting, yet overwhelming experience. The freedom, the independence, and the new challenges all come at once, and it can be difficult to know where to begin. As a first-year student, it’s easy to get caught up in the hustle and bustle of campus life, leaving little room for strategy or reflection. Fortunately, upperclassmen have the perfect advice on what they wish they knew before they stepped foot on campus—and now, you can benefit from it.

Compatibility of updated manifest.json

I have updated the manifest.json by introducing a "config" to one of three existing EntryPoints. Now I get a warning that content may not be displayed when I update the plugin. This warning also lists widgets whose entryPoints have not been changed.

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?

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.

Scrolling behavior for navigation with different content height

I am using the "observeHeight" function provided by the plugin adapter. And have noticed the following:

ERR8 "URL for CryptoKey not trusted."

We have our plugin in use in a COYO instance that is not running on the domain *.coyocloud.com. If the Coyo-plugin is included on a page, the error ERR8 "URL for CryptoKey not trusted." is displayed in the plugin.

The data provided is invalid

I get a "The data provided is invalid" error message when I add a widget to a page in the "Edit-View". The selected entryPoint contains a text field for configuration. When saving the view, the request /web/widgets gets a 400 error code.

How to catch all links (that are colored with link color)?

Hello,