Discussions
Save button on widget
Hi, i have a question about the widget window.
When you want to place a widget on a page, you can either click Cancel or Save. Is there a way to disable the save button until a specific action has been performed in the widget?
Coyo Internal Storage
Greeting,
Why is the following manifest containing lifecycle endpoints not accpeted?
When trying to install a new plugin, it is only successful if we remove the section 'lifecycle' from the manifest. The failure must happen somewhere between the GET request for the manifest and the POST request for the 'install' endpoint.
Data in browser inspector
Hi, we have noticed that you can currently read the input in the admin area via the browser inspector when you embed a widget, this is unsightly in terms of security.
We thought of reading the PluginAdapter in the backend first, but as far as we know there is no java library yet.
Or are there other solutions?
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.
Widget reload after onSave()
Hey, I'm struggling to understand under which conditions the widget is been reload after clicking the "Save" button inside my widget's custom config view.
The "static" Keyword broke the build Process
Hi there :)
I am using Quasar with webpack for the frontend of my Plugin. I updated to the newest Version of the Plugin Adapter ( 1.1.0 ) and it broke the build of the frontend because of the static keyword from your plugin. This is used at 2 locations in the Plugin adapter:
Render widgets directly on a "homepage" and "content" app on mobile
If you embed a widget on a "homepage" or in a "content" app, a blue button appears in the mobile app with the text "Show dynamic content". If you embed the same widget in a wiki app or a blog app, the widget is rendered and loaded directly.
Iss attribute missing on 'init' token
Hi there :)
I just upgraded to the newest Version of the Plugin Adapter and noticed, that the iss attribute, which should hold the current haiilo url according to your documentation, is missing. We need that attribute for our licencing system. So my question is: Will it come back or do i need to think of another way to get the current haiilo url?
Change Widget content with REST API
Hi, I worked my way through the REST API, but I found no way to change the content inside a Widget, e.g. RichText Wiget or HTML Widget. Can you guys help me out, is this possible?