bootstrap_kit.info.yml |
bootstrap_kit.info.yml |
|
bootstrap_kit.info.yml |
bootstrap_kit.layouts.yml |
bootstrap_kit.layouts.yml |
|
bootstrap_kit.layouts.yml |
bootstrap_kit_demo.info.yml |
bootstrap_kit_demo/bootstrap_kit_demo.info.yml |
|
bootstrap_kit_demo/bootstrap_kit_demo.info.yml |
bootstrap_kit_demo.install |
bootstrap_kit_demo/bootstrap_kit_demo.install |
|
|
bs-accordion.html.twig |
templates/bs-accordion.html.twig |
|
{% if content %}
{% set id = random() %}
<div {{ attributes.addClass('panel-group').removeAttribute('id') }} id="accordion-{{ id }}">
{% for region in layout.getRegionNames if content[region] %}
<div… |
bs-carousel.html.twig |
templates/bs-carousel.html.twig |
|
{% if content %}
{% set id = random() %}
<div {{ attributes.addClass('carousel slide').removeAttribute('id') }} data-ride="carousel" id="carousel-{{ id }}">
<!-- Indicators -->
<ol… |
bs-columns.html.twig |
templates/bs-columns.html.twig |
|
{% if content %}
{% set columns = 0 %}
{% for region in layout.getRegionNames if content[region] %}
{% set columns = columns + 1 %}
{% endfor %}
{% if columns > 0 %}
<div {{ attributes.addClass('row') }}>
{% for region in… |
bs-tabs.html.twig |
templates/bs-tabs.html.twig |
|
{% if content %}
{% set id = random() %}
<div {{ attributes }}>
<!-- Nav tabs -->
<ul class="nav nav-tabs">
{% for region in layout.getRegionNames if content[region] %}
<li class="{{ loop.first ?… |