You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm creating an addon tab that catesian maps a set of props and creates iterative instances of the story to test all combinations of the props together. We then have a test runner that takes screenshots of this page. However two things are stopping me upgrading to 6.4.x.
The ability to link to an iframe.html page. For example the standard canvas pages iframe is http://localhost:9009/iframe.html?id=app-components-actions-button--button&viewMode=story&args=. I want to be able to specify a different viewMode to invoke the add on content, for example http://localhost:9009/iframe.html?id=app-components-actions-button--button&viewMode=variations&args=. I can't seem to be able to do this.
The ability to give my add on tab the ability to be linked to. For example the tab updates the URL to be http://localhost:9009/?path=/variations/app-components-actions-button--button, however refreshing the page redirects the URL back to story mode.
Any ideas or pointers where to look to update the code?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm creating an addon tab that catesian maps a set of props and creates iterative instances of the story to test all combinations of the props together. We then have a test runner that takes screenshots of this page. However two things are stopping me upgrading to 6.4.x.
iframe.html
page. For example the standard canvas pages iframe ishttp://localhost:9009/iframe.html?id=app-components-actions-button--button&viewMode=story&args=
. I want to be able to specify a differentviewMode
to invoke the add on content, for examplehttp://localhost:9009/iframe.html?id=app-components-actions-button--button&viewMode=variations&args=
. I can't seem to be able to do this.http://localhost:9009/?path=/variations/app-components-actions-button--button
, however refreshing the page redirects the URL back to story mode.Any ideas or pointers where to look to update the code?
Beta Was this translation helpful? Give feedback.
All reactions