---json
{
"page_id": "8zwf12iajo22wwwyxzi41"
}
---
====== Deprecated - Content List ======
===== About =====
The ''content-list'' component has been deprecated because it is a complex component
that is almost never used except in a template where it needed a lot of customization.
If you need to do a complex list, you should implement it within a theme template.
===== Old information =====
A ''content-list'' is a [[docs:lists:lists|list component]]:
* where the children may show rich content (multiple line, image, ...)
* that has two styles:
* card like style (default)
* or minimal style with the ''flush'' theme.
===== Example =====
==== Numbered ====
Example of a multiple line content with [[docs:layout:component:box|boxes]] as list items.
Lorem Ipsum
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt
Lorem Ipsum
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt
Lorem Ipsum
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt
==== List items with Icon and badge ====
This example shows a ''content-list'' component with an:
* [[docs:content:icon|icon]] as visual and a [[docs:content:link|link]] in a [[docs:content:itext|itext]]
* [[docs:content:badge|badge]] as meta
[[docs:content:icon|Icon]]
info
[[docs:content:badge|Badge]]
info
[[docs:content:badge|Badge]]
info
==== Complex List ====
If you want to create more complex list of content, you can a combination of [[:docs:layout:component:grid|row]] and [[docs:layout:component:box|boxes]]
{{:placeholder-rect-img.svg?100|}}
[[docs:content:icon|Icon]] info
This is some content from a media component. You can replace this with any content and adjust it as needed.
{{:placeholder-rect-img.svg?100|}}
[[docs:content:icon|Icon]] info
This is some content from a media component. You can replace this with any content and adjust it as needed.
* Output:
===== Syntax =====
...
where:
* the [[docs:styling:type|type]] may be:
* ''empty'' (Default)
* ''flush'' - to get a cleaner separation by removing borders and rounded corners
* ''numbered'' will add number to the children elements