Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.4.13 DXP U3, Master
-
3
-
UX / Visual - Desktop
Description
When creating a Content Page or a DPT for a given Web Content Structure, when I try to map an image of a web content (or structure) to an image element of a custom fragment that is defined like this
HTML:
<div class="fragment_1" data-lfr-background-image-id="title-area"><div class="fragment_1" data-lfr-background-image-id="title-area"> hello</div>
CSS:
.fragment_1 {.fragment_1 { height: 320px; background: red;}
(background image of a div)
then I can't select an image field of the structure in the Mapping menu (the dropdown shows only text fields).
Steps to reproduce:
- Create a Content Page
- Drag and drop a fragment with an editable background image (one that uses the data-lfr-background-image-id attribute)
- Click on the editable image of the fragment and in the Mapping menu, select a Web Content with an image field
Expected Result:
I see the image type fields of the Web Content sructure in the Field dropdown menu
Current Result:
I see only text type fields of the Web Content sructure in the Field dropdown menu