|
| 1 | +.. include:: /Includes.rst.txt |
| 2 | + |
| 3 | +.. _recommended-extensions: |
| 4 | + |
| 5 | +====================== |
| 6 | +Recommended Extensions |
| 7 | +====================== |
| 8 | + |
| 9 | +Here's a selection of recommended extensions that provide essential features, |
| 10 | +streamlined workflows, and powerful enhancements for TYPO3 development. |
| 11 | + |
| 12 | +* TYPO3 console: :composer:`helhum/typo3-console` |
| 13 | + |
| 14 | + TYPO3 Console is a powerful command-line tool that simplifies many backend |
| 15 | + tasks for TYPO3. It allows developers to efficiently manage caches, |
| 16 | + extensions and system maintenance from the command line, making it an |
| 17 | + essential tool for automated workflows. |
| 18 | + |
| 19 | +* Custom content elements: :composer:`mask/mask` |
| 20 | + |
| 21 | + Mask is an extension that lets developers create custom content elements |
| 22 | + with ease, directly from the TYPO3 backend. This is ideal for projects that |
| 23 | + require unique, structured content elements that are easy for editors to |
| 24 | + use and manage. |
| 25 | + |
| 26 | +* News Management: :composer:`georgringer/news` |
| 27 | + |
| 28 | + The News extension is a feature-rich solution for managing news articles |
| 29 | + and blog posts within TYPO3. It offers a comprehensive set of tools for |
| 30 | + categorizing, tagging, and displaying news content, making it perfect for |
| 31 | + content-heavy sites. |
| 32 | + |
| 33 | +* Content Blocks: :composer:`friendsoftypo3/content-blocks` |
| 34 | + |
| 35 | + Content Blocks enable the creation of reusable content elements that can be |
| 36 | + added to pages in a modular way. This extension is beneficial for sites |
| 37 | + requiring flexible, component-based design, and simplifies content |
| 38 | + structuring for editors. |
| 39 | + |
| 40 | +* Containers: :composer:`b13/container` |
| 41 | + |
| 42 | + The Container extension offers a grid layout system, allowing developers to |
| 43 | + group multiple content elements into a container. This helps organize page |
| 44 | + layouts more flexibly, especially useful for responsive or complex designs. |
| 45 | + |
| 46 | +* Enterprise Search Integration: :composer:`apache-solr-for-typo3/solr` |
| 47 | + |
| 48 | + Apache Solr for TYPO3 provides a powerful, scalable search solution for |
| 49 | + TYPO3 sites. Leveraging Apache Solr, this extension enables advanced search |
| 50 | + functionality and is ideal for large or data-intensive projects where |
| 51 | + high-performance search is required. |
| 52 | + |
| 53 | +* Built-in TYPO3 Search: :composer:`typo3/cms-indexed-search` |
| 54 | + |
| 55 | + The Indexed Search extension provides an out-of-the-box search feature for |
| 56 | + TYPO3. It is straightforward to set up and integrates well with TYPO3's |
| 57 | + core, making it a great solution for sites that require basic search |
| 58 | + without additional configuration. |
| 59 | + |
| 60 | +* Elasticsearch Integration: :composer:`elasticsearch/elasticsearch` |
| 61 | + |
| 62 | + Elasticsearch integration for TYPO3 provides a connection to the |
| 63 | + Elasticsearch engine, known for its high-speed search capabilities and |
| 64 | + scalability. This extension is ideal for large-scale websites or |
| 65 | + applications that demand robust search functionality. |
0 commit comments