What is the approach to add data-options to a container element?
I'm having:
<container name="page.wrapperinner" htmlTag="div" htmlClass="off-canvas-wrapper-inner">
Which results in:
<div class="off-canvas-wrapper-inner">
But what I would like to have:
<div class="off-canvas-wrapper-inner" data-off-canvas-wrapper>
Thank you.