$items public property
List of slides in the carousel. Each array element represents a single slide with the following structure:
[ // required, slide content (HTML), such as an image tag 'content' => '<img src="http://twitter.github.io/bootstrap/assets/img/bootstrap-mdo-sfmoma-01.jpg"/>', // optional, the caption (HTML) of the slide 'caption' => '<h4>This is title</h4><p>This is the caption text</p>', // optional the HTML attributes of the slide container 'options' => [], ]
Please login to continue.