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
In the docs (under the PosConfig section), one of the fields is css Style-sheet text or a URI to a CSS file that defines additional CSS to be used inside the SafeFrame iframe. Default value is "". How do I implement this for the host to pass down font styles and css so that the ext can use it? And how do I access this from $sf.ext if the host were able to pass down these files?
The text was updated successfully, but these errors were encountered:
Or you could give it a URL and it will create a link tag to your style sheet. . .
As far as accessing it via $sf.ext there is no official way to do that, nor am I sure why'd you'd need too. . .you are just setting up the position config on the publisher side.
In the docs (under the PosConfig section), one of the fields is
css Style-sheet text or a URI to a CSS file that defines additional CSS to be used inside the SafeFrame iframe. Default value is "".
How do I implement this for the host to pass down font styles and css so that the ext can use it? And how do I access this from $sf.ext if the host were able to pass down these files?The text was updated successfully, but these errors were encountered: