I’m trying to replace placeholders set by content editors in String and Hippohtml fields. For the string fields I found a way to filter out the placeholders and replace them. Now I’m trying the same for the HippoHtml, but the problem I’m facing is that when I use hippohtml.getContent some of the hippohtml information is lost. So I would be able to replace it but I’m missing other information. Anyone an idea about how to solve this?
That’s slightly more work then, as I don’t think there is any equivalent of the messageReplace tag in the spa sdk. Since you already have the a way to replace the placeholders in strings it seems most of the work is already done.