Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Registration for the AEM Guides Expert Session on “Reports in AEM Guides” is open.

Otherprops attribute value not getting added to the genereated html tag.

Avatar

Level 2

I have a dita topic which has a paragraph element having below attributes

<p id="p1" otherprops="otherprops-value" platform=" platform-value" product="product-value">Topic2 first paragraph</p>

When I generate aem site for the dita topic. I can see platform and product attribute getting added on the html element as data-platform=" platform-value" data-product="product-value" but otherprops attribute doesn't gets added.

<div class="p wrapper"><div data-platform=" platform-value" data-product="product-value" id="GUID-4d2c4a5e-69bf-4217-9a6f-64b6581c0ed3_t2p1" class="p"><div style="display: inline;">Topic2 first paragraph</div></div></div>

 

How can I enable otherprops also to be added as an attribute to element of the generated html?

@DivrajSingh 

7 Replies

Avatar

Level 3

Hi @ravir73578276  can you confirm if you have the otherprops attribute included in your condAttrList.csv file.

 

Avatar

Level 2

Hy @AswiniLakshminarayanan , otherprops is by default part of condAttrList.csv file

ravir73578276_0-1675500026344.png

ravir73578276_1-1675500491231.png

 

 

Avatar

Level 3

Validation was required for the overlayed condAttrList.csv file. 

 

Thanks for reporting this issue. We acknowledge that this issue is reproducible on OOTB. Will provide a bug/Jira ID shortly for further tracking.

@ravir73578276 DXML-11277 is the bug raised for this issue. Please use this for tracking the updates.

Avatar

Level 2

Hy @AswiniLakshminarayanan , Thanks for providing the update. Also, by when can we expect to get it fixed in the future version of fmdita ?

 

Thanks

Avatar

Level 3

Team is currently evaluating the issue and prioritizing the best course of action. At this time, we do not have a fixed timeline for a fix, but we will keep you updated as soon as we have more information.