-
Notifications
You must be signed in to change notification settings - Fork 188
[Task] List of recommended extensions #536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
b475ea4
[Task] List of recommended extensions
2b23c90
[FIX] Replace Placeholder and adapt links to ter
6532f25
Merge branch 'main' into feature/recommended-extensions
linawolf 5396fd3
Update Documentation/Extensions/RecommendedExtensions.rst
mkiebele 00ac992
Update Documentation/Extensions/RecommendedExtensions.rst
mkiebele 5e9720d
Update Documentation/Extensions/RecommendedExtensions.rst
mkiebele f95a774
Update Documentation/Extensions/RecommendedExtensions.rst
mkiebele 42a43c3
[FIX] Changed :t3ext: to :composer:
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,65 @@ | ||
| .. include:: /Includes.rst.txt | ||
|
|
||
| .. _recommended-extensions: | ||
|
|
||
| ====================== | ||
| Recommended Extensions | ||
| ====================== | ||
|
|
||
| Here's a selection of recommended extensions that provide essential features, | ||
| streamlined workflows, and powerful enhancements for TYPO3 development. | ||
|
|
||
| * TYPO3 console: `helhum/typo3-console <https://extensions.typo3.org/extension/typo3_console>`__ | ||
mkiebele marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| TYPO3 Console is a powerful command-line tool that simplifies many backend | ||
| tasks for TYPO3. It allows developers to efficiently manage caches, | ||
| extensions and system maintenance from the command line, making it an | ||
| essential tool for automated workflows. | ||
|
|
||
| * Custom content elements: `mask/mask <https://extensions.typo3.org/extension/mask>`__ | ||
linawolf marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| Mask is an extension that lets developers create custom content elements | ||
| with ease, directly from the TYPO3 backend. This is ideal for projects that | ||
| require unique, structured content elements that are easy for editors to | ||
| use and manage. | ||
|
|
||
| * News Management: `georgringer/news <https://extensions.typo3.org/extension/news>`__ | ||
|
|
||
| The News extension is a feature-rich solution for managing news articles | ||
| and blog posts within TYPO3. It offers a comprehensive set of tools for | ||
| categorizing, tagging, and displaying news content, making it perfect for | ||
| content-heavy sites. | ||
|
|
||
| * Content Blocks: `friendsoftypo3/contentBlocks <https://extensions.typo3.org/extension/content_blocks>`__ | ||
|
|
||
| Content Blocks enables the creation of reusable content elements that can be | ||
mkiebele marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| added to pages in a modular way. This extension is beneficial for sites | ||
| requiring flexible, component-based design, and simplifies content | ||
| structuring for editors. | ||
|
|
||
| * Containers: `b13/container <https://extensions.typo3.org/extension/container>`__ | ||
|
|
||
| The Container extension offers a grid layout system, allowing developers to | ||
| group multiple content elements into a container. This helps organize page | ||
| layouts more flexibly, especially useful for responsive or complex designs. | ||
|
|
||
| * Enterprise Search Integration: `apache-solr-for-typo3/solr <https://extensions.typo3.org/extension/solr>`__ | ||
|
|
||
| Apache Solr for TYPO3 provides a powerful, scalable search solution for | ||
| TYPO3 sites. Leveraging Apache Solr, this extension enables advanced search | ||
| functionalities and is ideal for large or data-intensive projects where | ||
mkiebele marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| high-performance search is required. | ||
|
|
||
| * Built-in TYPO3 Search: `typo3/cms-indexed-search <https://packagist.org/packages/typo3/cms-indexed-search>`__ | ||
|
|
||
| The Indexed Search extension provides an out-of-the-box search feature for | ||
| TYPO3. It is straightforward to set up and integrates well with TYPO3's | ||
| core, making it a great solution for sites that require a basic search | ||
mkiebele marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| without additional configurations. | ||
mkiebele marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| * Elasticsearch Integration: `elasticsearch/elasticsearch <https://packagist.org/packages/elasticsearch/elasticsearch>`__ | ||
|
|
||
| Elasticsearch integration for TYPO3 provides a connection to the | ||
| Elasticsearch engine, known for its high-speed search capabilities and | ||
| scalability. This extension is ideal for large-scale websites or | ||
| applications that demand robust search functionality. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.