Hey, new extension developer here!
I recently started working on my first extension and upon creation I chose ‘panel’ as the extension type.
As my extension’s css responsive I am interested in enabling it for mobile as well…
I was not able to find a way to edit the extension types from my console or from the developer rig, can this be done or do I need to create a new extension to achieve that?
Thanks you!
Create a new version, (if you already have a release version)
Then under “asset hosting”
You can add/remove/modify views
Then in the rig use “refresh manifest” and the rig will see the new configuration
1 Like
I can’t believe I missed that, thanks you so much!