cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to add data-options on a container?

Is it possible to add data-options on a container?

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.