|
1 |
| -#  ce_timeline - TYPO3 Extension |
| 1 | +#  Timeline Content Element for TYPO3 CMS (ce_timeline) |
2 | 2 |
|
3 | 3 | This extension provides a new content element of type "Timeline" (ce_timeline) that contains inline records of different timeline entries. Please note that this is not a plugin and there are no records visible in any list view by default. Feel free to use the code or the extension as a basis for your own stuff.
|
4 | 4 |
|
5 |
| -<table border="0"> |
6 |
| - <tr> |
7 |
| - <th>Latest version</th> |
8 |
| - <td>4.0.2</td> |
9 |
| - </tr> |
10 |
| - <tr> |
11 |
| - <th>Status</th> |
12 |
| - <td><strong>stable</strong></td> |
13 |
| - </tr> |
14 |
| - <tr> |
15 |
| - <th>TYPO3 version</th> |
16 |
| - <td>11.8 - 12.4.7</td> |
17 |
| - </tr> |
18 |
| - <tr> |
19 |
| - <th>TER</th> |
20 |
| - <td><a href="https://extensions.typo3.org/extension/ce_timeline/">Download</a></td> |
21 |
| - </tr> |
22 |
| -</table> |
23 |
| - |
24 | 5 | <hr>
|
25 | 6 |
|
26 |
| -## Features |
27 |
| - |
28 |
| -- User friendly and easy to handle |
29 |
| -- Includes predefined light, dark and pink stylesheets |
30 |
| -- 100% responsive |
31 |
| -- 4 different entry types (time, text, text & image, html) |
32 |
| -- Entries can be ordered manually |
33 |
| -- Optional header and text (rte) above each timeline |
34 |
| -- Does not require any JavaScript <sup>*</sup> |
35 |
| -- Does not require any other Extension |
36 |
| -- Translated in English, German and Spanish |
37 |
| -- Works seamlessly with bootstrap_package and other extensions |
38 |
| -- SASS files included (see: /Resources/Private/Scss/) |
| 7 | +## Key Features |
| 8 | +- **User-Friendly:** Simple setup and handling. |
| 9 | +- **Responsive & Versatile:** Works well on all devices, offering four types of entries (time, text, image, HTML). |
| 10 | +- **Customizable:** Comes with light, dark, and pink stylesheets, and supports custom CSS/SASS. |
| 11 | +- **Multilingual Support:** Available in English, German, and Spanish. |
| 12 | +- **Compatible:** Integrates smoothly with bootstrap_package and similar extensions. |
| 13 | + |
39 | 14 |
|
40 | 15 | <sup>*</sup> (the lightbox feature comes with its own, independent JavaScript!)
|
41 | 16 |
|
|
0 commit comments