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
Ministerio de economía y finanzas MEF
Merge requests
!15
marco legal bloques
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Leandro Mesa
requested to merge
leandro-dev9
into
master
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
4
0
0
Compare
master
master (base)
and
latest version
latest version
07b2dd19
1 commit,
1 year ago
4 files
+
15
−
35
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
Search (e.g. *.vue) (Ctrl+P)
web/profiles/contrib/isa/themes/mef/templates/block/block--content--bloque.html.twig
0 → 100644
+
8
−
0
Options
View file @ 07b2dd19
Edit in single-file editor
Open in Web IDE
<section
{{
attributes.addClass
([
"component-card-link-icono-text"
])
}}
>
<div
class=
"page-container"
>
<div
class=
"card__content"
>
{{
content.field_bloque
}}
</div>
</div>
</section>
\ No newline at end of file
web/profiles/contrib/isa/themes/mef/templates/fields/field--block-content--bloque--field-bloque--full.html.twig
0 → 100644
+
3
−
0
Options
View file @ 07b2dd19
Edit in single-file editor
Open in Web IDE
{%
for
item
in
items
%}
{{
item.content
}}
{%
endfor
%}
web/profiles/contrib/isa/themes/mef/templates/fields/field--paragraph--bloques--field-bloques--default.html.twig
+
3
−
27
Options
View file @ 07b2dd19
Edit in single-file editor
Open in Web IDE
Show full file
@@ -37,30 +37,6 @@
* @see template_preprocess_field()
*/
#}
{%
set
classes
=
[
'field'
,
'field--name-'
~
field_name
|
clean_class
,
'field--type-'
~
field_type
|
clean_class
,
'field--label-'
~
label_display
,
label_display
==
'inline'
?
'clearfix'
,
]
%}
{%
set
title_classes
=
[
'field__label'
,
label_display
==
'visually_hidden'
?
'visually-hidden'
,
]
%}
{%
if
label_hidden
%}
{%
if
multiple
%}
{%
for
item
in
items
%}
<div
{{
item.attributes.addClass
(
'field__item'
)
}}
>
{{
item.content
}}
</div>
{%
endfor
%}
{%
else
%}
{%
for
item
in
items
%}
<div
{{
attributes.addClass
(
classes
,
'field__item'
)
}}
>
{{
item.content
}}
</div>
{%
endfor
%}
{%
endif
%}
{%
endif
%}
{%
for
item
in
items
%}
{{
item.content
}}
{%
endfor
%}
web/profiles/contrib/isa/themes/mef/templates/paragraph/paragraph--bloques--default.html.twig
+
1
−
8
Options
View file @ 07b2dd19
Edit in single-file editor
Open in Web IDE
<section
class=
"component-card-link-icono-text"
>
<div
class=
"page-container"
>
<div
class=
"cards__content"
>
{{
content.field_bloques
}}
</div>
</div>
</section>
\ No newline at end of file
{{
content.field_bloques
}}
Menu
Explore
Projects
Groups
Topics
Snippets