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
Firefox, Chrome, Microsoft Edge
I wanted to look at what was involved in creating BlockGrid Custom-Views, and had been putting this off until v13-LTS
I just created a v13 test site on Umbraco-Cloud, cloned it to local, and installed the BlockGrid.Example starter kit.
Basically, all of the custom views presenting rich-text are displaying [object Object] instead of rendering their content as expected.
The text was updated successfully, but these errors were encountered:
Don't know if this is the right way, but tying it this way seems to work.
ng-bind-html="block.data.richText.markup"
Sorry, something went wrong.
nielslyngsoe
No branches or pull requests
What browsers are you seeing the problem on?
Firefox, Chrome, Microsoft Edge
What happened?
I wanted to look at what was involved in creating BlockGrid Custom-Views, and had been putting this off until v13-LTS
I just created a v13 test site on Umbraco-Cloud, cloned it to local, and installed the BlockGrid.Example starter kit.
Basically, all of the custom views presenting rich-text are displaying [object Object] instead of rendering their content as expected.
The text was updated successfully, but these errors were encountered: