t3v / t3v_content
The content extension of TYPO3voilà.
Installs: 2 991
Dependents: 3
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 3
Language:HTML
Type:typo3-cms-extension
Requires
- php: >= 7.2
- t3v/t3v_base: dev-develop
- typo3/cms-core: ^10.4.36 || ^11.5.25
- typo3/cms-fluid-styled-content: ^10.4.36 || ^11.5.25
Requires (Dev)
- ext-dom: *
- t3v/t3v_testing: ^2.0
Replaces
- typo3-ter/t3v_content: 9.1.0
- dev-main
- 9.1.0
- 9.0.0
- 8.0.0
- 7.3.0
- 7.2.0
- 7.1.0
- 7.0.0
- 6.1.2
- 6.1.1
- 6.1.0
- 6.0.0
- 5.1.1
- 5.1.0
- 5.0.0
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.0
- 4.9.0
- 4.8.0
- 4.7.0
- 4.6.1
- 4.6.0
- 4.5.0
- 4.4.0
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.0
- 3.0.0
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.0
- 2.0.1
- 2.0.0
- 1.9.3
- 1.9.2
- 1.9.1
- 1.9.0
- 1.8.0
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
- dev-develop
- dev-9-x
- dev-7-x
- dev-8-x
This package is auto-updated.
Last update: 2024-11-04 22:51:41 UTC
README
The content extension of TYPO3voilà.
Installation
- Add T3v Content as dependency to the Composer configuration
- Run
composer install
orcomposer update
to install all dependencies with Composer - Include the TypoScript for T3v Content
Dependencies
Core
- TYPO3 CMS 10.4 or greater
- Fluid Styled Content extension
TYPO3voilà
- T3v Base extension
Overview
Grid elements *
- Accordion grid element
- Accord grid element
- Card grid element
- Carousel grid element
- Slider grid element
- Timeline grid element
- Session grid element
- Time slot grid element
- Event grid element
Content elements
Typical page content
- Header only content element
- Regular text content element
- Text & images content element
- Images only content element
- Text & media content element
- Bullet list content element
- Table content element
- File links content element
Menu
- Abstracts content element
- Categorized content content element
- Categorized pages content element
- Pages content element
- Subpages content element
- Recently updated pages content element
- Related pages content element
- Section index content element
- Section index of subpages from selected pages content element
- Sitemap content element
- Sitemaps of selected pages content element
- Special menus content element
Special elements
- Plain HTML content element
- Divider content element
- Insert records content element
Development
Setup
git clone https://github.com/t3v/t3v_content.git && cd t3v_content ./Scripts/Setup.sh
Testing
./Scripts/Tests.sh ./Scripts/Tests/Unit.sh ./Scripts/Tests/Functional.sh ./Scripts/Tests/Migrate.sh
Bug Reports
GitHub Issues are used for managing bug reports and feature requests. If you run into issues, please search the issues and submit new problems here.
Versioning
This project aims to adhere to Semantic Versioning 2.0.0. Violations of this scheme should be reported as bugs. Specifically, if a minor or patch version is being released that breaks backward compatibility, that version should be immediately yanked and / or a new version should be immediately released that restores compatibility.
Credits
Icons
Icons used made by Alfredo Hernandez, Freepik and Smashicons from Flaticon.
License
T3v Content is released under the MIT License (MIT), see LICENSE.