Dynamic content for list block

Hi,

It would be awesome to be able to load dynamic content into a Cwicly list block so that we can use Cwicly styling.

For instance, using a WYSIWYG ACF field, we could insert lists (ul/li) that would populate a Cwicly list block.

It is actually not so hard to style a list in CSS, but I miss SVG icons from the list block :wink:

It should not be so hard to implement because insertion of a dynamic field seems already OK.
The problem is that the injected list is nested inside the block list, since the dynamic field is inserted inside the first list item.

image


NIFTY WORKAROUND: Remove ul tags and first li and last /li in text mode :wink: