seeds_ui-1.0.x-dev/components/seeds_ui_slider/seeds_ui_slider.twig

components/seeds_ui_slider/seeds_ui_slider.twig
<div class="{{ extra_wrapper_class }} slider">
	{% if image and not video_slider %}
		<div class="slider-image {{ overlay_color }}">{{ image }}</div>
	{% endif %}
	{% if image and  video_slider %}
		<div class="video-wrapper">
			<div class="slider-image {{ overlay_color }}">{{ image }}</div>
		</div>
	{% endif %}
	<div class="{{ content_wrapper_extra_class }} slider-content text-{{text_color}} {% if position %}position-{{ position }}{% else %}position-relative{% endif %} {% if top %}top-{{ top }}{% endif %} {% if bottom %}bottom-{{ bottom }}{% endif %} {% if start %}start-{{ start }}{% endif %} {% if end %}end-{{ end }}{% endif %} {% if translate_middle %}translate-middle{% if translate_middle != 'null' %}-{{ translate_middle }}{% endif %}{% endif %}">
		<div class="container">
			{% if title %}
				<div class="slider-title mb-4">{{ title }}</div>
			{% endif %}
			{% if body %}
				<div class="slider-body mb-4">{{ body }}</div>
			{% endif %}
			{% if link %}
				<div class="slider-link">{{ link }}</div>
			{% endif %}
		</div>
	</div>
</div>

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc