Simon Mumenthaler
Simon Mumenthaler
@hecktarzuli Storyblok allows to set a FocusPoint which is then absolute corresponding to the width/height attributes of the svg - this is the same behaviour as for the images. So...
It would basically make sense to provide the `width` and `height` or at least the `ratio` in the asset object. So it wouldn't be necessary to parse it from the...
@cartok you can solve it with simple css - as long as you correctly use a tags for actual links (which should definitely be the case for good ux). just...
@cartok yes that's actually the case. As I use Angular, every storyblok component corresponds to an angular component. Therefore I always have wrapping elements like `xyz-link-component > a` for my...
@dohomi @deodat I'm fetching all the links from `https://api.storyblok.com/v1/cdn/links` then searching all the parents in it. sth like: ```typescript /** * returns the parents of given `current` link * @param...
@TiagoJeronimo afaik nothing changed - but this screenshot might show that it's actually a bug. Also interesting: When opening an `svg` in the Assets View the storyblok UI shows the...
hi @ivanpetrushev We solved it by configuring a custom domain name for the API-Gateway so we do not have to use the `execute-api`-aws url.