Details
Description
The contentPane is rendering keyid and client, which are not valid attributes.
<div client="false" id="menubutton" keyid="menubutton">
these should be data attributes.
<div client="false" id="menubutton" keyid="menubutton">
these should be data attributes.
Issue Links
- depends on
-
MOBI-672 Client side api for contentStack using core rendering for JSP as well as JSF implementation
- Open
commented out for 1.3 as its currently not being used. Redo as data-attributes for 1.4.beta when contentStack client api will be completed.