How can i place a dmx-lightbox in a dmx-html part
Code in the Site
dmx-html=“content.data.content[0].content_01”
HTML the Database table content:
… href=“dmxDaten/gallery/gallery_22b.jpg” dmx-lightbox=“lightbox1” …
We try to insert lightbox in the database conectet content.
The content from the database in the Site is:
... dmx-html="content.data.content[0].content_02"...
And the HTML in the Database is:
... href="dmxDaten/gallery/gallery_22b.jpg" dmx-lightbox="lightbox1"...
The lightbox is not working because the dmx-html. What can i do?