Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dic-global-dev
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Manzar Hussain
dic-global-dev
Commits
5b9ce5fe
Commit
5b9ce5fe
authored
Dec 28, 2020
by
Manzar Hussain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
text slide show
parent
38c1bbe4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
41 deletions
+13
-41
views-view-unformatted--slideshow--block.html.twig
themes/custom/envigo/templates/views/views-view-unformatted--slideshow--block.html.twig
+13
-0
views-view-unformatted--slidetext--block.html.twig
themes/custom/envigo/templates/views/views-view-unformatted--slidetext--block.html.twig
+0
-41
No files found.
themes/custom/envigo/templates/views/views-view-unformatted--slideshow--block.html.twig
View file @
5b9ce5fe
...
...
@@ -35,6 +35,19 @@
</div>
<div
class=
"b_ticker_o_c"
>
<div
class=
"b_ticker b_t_header"
>
{%
for
row
in
rows
%}
<div
class=
"b_slide_ticker"
>
<a
href=
"#"
>
{{
row.content
[
'#view'
]
.
style_plugin.render_tokens
[
loop.index0
][
'{{ body }}'
]
}}
</a>
</div>
{%
endfor
%}
</div>
</div>
</div>
...
...
themes/custom/envigo/templates/views/views-view-unformatted--slidetext--block.html.twig
deleted
100644 → 0
View file @
38c1bbe4
{#
/**
* @file
* Default theme implementation to display a view of unformatted rows.
*
* Available variables:
* - title: The title of this group of rows. May be empty.
* - rows: A list of the view's row items.
* - attributes: The row's HTML attributes.
* - content: The row's content.
* - view: The view object.
* - default_row_class: A flag indicating whether default classes should be
* used on rows.
*
* @see template_preprocess_views_view_unformatted()
*
* @ingroup themeable
*/
#}
<div
class=
"b_ticker_o_c"
>
<div
class=
"b_ticker b_t_header"
>
{%
for
row
in
rows
%}
<div
class=
"b_slide_ticker"
>
<a
href=
"#"
>
{{
row.content
[
'#view'
]
.
style_plugin.render_tokens
[
loop.index0
][
'{{ body }}'
]
}}
</a>
</div>
{%
endfor
%}
</div>
</div>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment