We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need to define how assets are supported in the pie format.
We may want to add an asset to the pie itself:
pie/ img.png
Then in the component:
this.innerHTML = '<img src="???"></img>';
Or in less/css:
.my-class{ background-image: url('....'); }
The content of the pie may contain images:
{ choices: [ { label: '<img src="???">' } ] }
So the questions are:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We need to define how assets are supported in the pie format.
Scenarios:
We may want to add an asset to the pie itself:
Then in the component:
Or in less/css:
The content of the pie may contain images:
So the questions are:
The text was updated successfully, but these errors were encountered: