Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
portal
Portal Maldonado
Merge requests
!24
se agrega template para video con titulo
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Leandro Mesa
requested to merge
develop
into
master
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Compare
master
master (base)
and
latest version
latest version
e411a614
1 commit,
1 year ago
1 file
+
13
−
0
Expand all files
Preferences
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
web/themes/custom/maldonado/templates/block/block--content--video-con-titulo.html.twig
0 → 100644
+
13
−
0
Options
View file @ e411a614
Edit in single-file editor
Open in Web IDE
<section
{{
attributes.addClass
(
'component-gallery gallery-dots'
)
}}
>
<div
class=
"page-container"
>
{{
title_prefix
}}
<h2
class=
"section__title"
>
{{
label
}}
</h2>
{{
title_suffix
}}
<div
class=
"section__galeria"
>
<div
class=
"owl-carousel owl-carousel-galeria"
tabindex=
"0"
>
{{
content.field_video_con_titulo
}}
</div>
</div>
</div>
</section>
\ No newline at end of file
Menu
Explore
Projects
Groups
Topics
Snippets