By jumpdemand on
I have created an "Block" using the "HTML List" format. I have applied a "wrapper class" called "testimonials-carousel". So it looks like this: <div class="testimonials-carousel">. I need to add another variable to the "div" which is "data-autorotate="3000"". So when all is done the div needs to look like this: <div class="testimonials-carousel" data-autorotate="3000">.
Does anyone have any ideas how I can accomplish this task?