Skip to content

Get category data from id in knockout html template

State of the art Using a custom type for the page builder, i’m generating this html <div class=”gamme-content”> <h3 data-element=”title”>Discover our others products !</h3> <p data-element=”category_list”>2,1</p> </div> From this template <!–master.html–> <div attr=”data.main.attributes” ko-style=”data.main.style” css=”data.main.css” > <div class=”gamme-content”> <h3 attr=”data.title.attributes”… Read More »Get category data from id in knockout html template