-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,3 +1,23 @@ | ||
# Contacts extension for TYPO3 | ||
# TYPO3 Extension tw_contacts | ||
|
||
Manage contact persons and show them on the TYPO3 frontend. | ||
|
||
## Features | ||
|
||
* Create records for contact persons inside the TYPO3 backend. | ||
* Frontend plugin for showing and searching contact persons. | ||
* Sort by name | ||
* Filter by category (sys_category) | ||
* Search by search term | ||
* Kind of a feature: No CSS and no javascript included. | ||
|
||
## Usage | ||
|
||
1. Include the static TypoScript of the extension. | ||
2. Create some news records inside a sysfolder. | ||
3. Create a plugin on a page and select at least one sysfolder with contact records. | ||
|
||
## TYPO3 Version | ||
|
||
Right now this extension supports TYPO3 11.5.x. | ||
|