Question
Dynamically generate HTML fragment in Data Utility
Hello all.
I am trying to display custom HTML fragment inside the OOTB attribute panel. I already created a controller that generates the fragment.
HTMLComponent hc = new HTMLComponent(" Goole Link " );
But I need help figuring out how to dynamically generate that HTML. Can i wire my controller into the Data Utility?

