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
Commits
d589fc24
Commit
d589fc24
authored
11 months ago
by
Leticia Ferreira
Browse files
Options
Download
Patches
Plain Diff
update maquetado texto izq img derecha
parent
dd1792d6
master
leandro-dev13
leandro-dev14
leandro-dev15
leandro-dev16
leandro-dev17
leandro-dev18
leandro-dev20
leandro-dev21
leandro-dev22
leandro-dev23
leandro-dev24
leticia-dev25
leticia-dev26
leticia-dev27
leticia-dev28
leticia-dev29
leticia-dev30
leticia-dev31
leticia-dev32
leticia-dev33
leticia-dev34
leticia-dev35
leticia-dev36
leticia-dev37
leticia-dev38
leticia-dev39
leticia-dev40
leticia-dev41
leticia-dev42
leticia-dev43
leticia-dev44
leticia-dev45
leticia-dev46
mef-playground
1.0.76
1.0.75
1.0.74
1.0.73
1.0.72
1.0.71
1.0.70
1.0.69
1.0.68
1.0.67
1.0.66
1.0.65
1.0.64
1.0.63
1.0.62
1.0.61
1.0.60
1.0.59
1.0.58
1.0.57
1.0.56
1.0.55
1.0.54
1.0.53
1.0.52
1.0.51
1.0.50
1.0.49
1.0.48
1.0.47
1.0.46
1.0.45
1.0.44
1.0.43
1.0.42
1.0.41
1.0.40
1.0.39
1.0.38
1.0.37
1.0.36
1.0.35
1.0.34
1.0.33
1.0.32
1.0.31
1.0.30
1.0.29
1.0.28
1.0.27
1.0.26
1.0.25
1.0.24
1.0.23
1.0.22
1.0.21
1.0.20
1.0.19
1.0.18
1.0.17
1.0.16
1.0.15
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1 merge request
!46
add options img style a texto con imagen lateral, update css
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
web/profiles/contrib/isa/modules/custom/isa_field_storage/config/install/field.storage.paragraph.field_estilo_imagen.yml
+30
-0
...g/install/field.storage.paragraph.field_estilo_imagen.yml
web/profiles/contrib/isa/themes/mef/templates/paragraph/paragraph--texto-izquierda-imagen-derecha--default.html.twig
+4
-2
...agraph--texto-izquierda-imagen-derecha--default.html.twig
with
34 additions
and
2 deletions
web/profiles/contrib/isa/modules/custom/isa_field_storage/config/install/field.storage.paragraph.field_estilo_imagen.yml
0 → 100644
+
30
−
0
View file @
d589fc24
uuid
:
41ce60bc-435a-4664-9505-d3a9191e3ec5
langcode
:
es
status
:
true
dependencies
:
module
:
-
options
-
paragraphs
id
:
paragraph.field_estilo_imagen
field_name
:
field_estilo_imagen
entity_type
:
paragraph
type
:
list_string
settings
:
allowed_values
:
-
value
:
495x675px
label
:
495x675px
-
value
:
495x459px
label
:
495x459px
-
value
:
495x216px
label
:
495x216px
allowed_values_function
:
'
'
module
:
options
locked
:
false
cardinality
:
1
translatable
:
true
indexes
:
{
}
persist_with_no_fields
:
false
custom_storage
:
false
This diff is collapsed.
Click to expand it.
web/profiles/contrib/isa/themes/mef/templates/paragraph/paragraph--texto-izquierda-imagen-derecha--default.html.twig
+
4
−
2
View file @
d589fc24
{%
set
image
=
content.field_image
%}
{%
set
alt_img
=
image
[
"#items"
]
.
0.value.alt
%}
{%
set
texto
=
content.field_rich_text
|
field_value
%}
//TODO
<section
class=
"component-intro"
>
{%
set
style_img
=
content.field_estilo_imagen
|
field_value
%}
{%
set
class_style
=
style_img.0
[
'#markup'
]
==
'495x675px'
?
'aspect-xl'
:
style_img.0
[
'#markup'
]
==
'495x216px'
?
'aspect-xs'
:
style_img.0
[
'#markup'
]
==
'495x459px'
?
'aspect-default'
:
''
%}
<section
class=
"component-intro
{{
class_style
}}
"
>
<div
class=
"page-container"
>
<div
class=
"intro__content"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets