File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
templates/docs/patterns/rich-list-vertical Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,23 +25,23 @@ The vertical rich list pattern is composed of the following elements:
25
25
| Call to action block | [ Call to action block] ( /docs/patterns/cta-block ) beneath the description. |
26
26
| Image (** required** ) | Main list visual. |
27
27
28
- <div class =" embedded-example " ><a href =" /docs/examples/patterns/rich-list-vertical/ticked " class =" js-example " >
28
+ <div class =" embedded-example " ><a href =" /docs/examples/patterns/rich-list-vertical/ticked " class =" js-example " data-lang = " jinja " >
29
29
View example of the vertical rich list pattern
30
30
</a ></div >
31
31
32
32
## Flipped
33
33
34
34
The horizontal ordering of the rich list columns can also be reversed, creating a flipped layout.
35
35
36
- <div class =" embedded-example " ><a href =" /docs/examples/patterns/rich-list-vertical/ticked-flipped " class =" js-example " >
36
+ <div class =" embedded-example " ><a href =" /docs/examples/patterns/rich-list-vertical/ticked-flipped " class =" js-example " data-lang = " jinja " >
37
37
View example of the vertical rich list pattern
38
38
</a ></div >
39
39
40
40
## Minimal
41
41
42
42
The only mandatory elements in the rich vertical list are the title and the image, and one of the other (optional) elements.
43
43
44
- <div class =" embedded-example " ><a href =" /docs/examples/patterns/rich-list-vertical/minimal " class =" js-example " >
44
+ <div class =" embedded-example " ><a href =" /docs/examples/patterns/rich-list-vertical/minimal " class =" js-example " data-lang = " jinja " >
45
45
View example of the vertical rich list pattern
46
46
</a ></div >
47
47
You can’t perform that action at this time.
0 commit comments