https://github.com/in2code-de/femanagerextended
Example extension how to extend femanager for TYPO3
https://github.com/in2code-de/femanagerextended
Last synced: 2 months ago
JSON representation
Example extension how to extend femanager for TYPO3
- Host: GitHub
- URL: https://github.com/in2code-de/femanagerextended
- Owner: in2code-de
- Created: 2016-06-24T10:19:58.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T11:03:10.000Z (over 1 year ago)
- Last Synced: 2025-04-24T01:16:17.979Z (2 months ago)
- Language: PHP
- Size: 55.7 KB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Example addon extension to TYPO3 extension femanager
# Changelog
- 4.0.0 Add compatibility for TYPO3 v12
- 3.0.0 Add compatibility for TYPO3 v11
- 2.0.0 Add compatibility for TYPO3 v10
- 1.1.0 Add missing configuration for TwitterId and SkypeId fields
- 1.0.2 Updated dependencies
- 1.0.1 Composer.json added
- 1.0.0 PSR2 refactoring, changing vendor name
- 0.1.2 First upload to github# Features
* add new fields twitter and skype as example to extend with new fields
* add example for objectstorage# Extension Development
The best way to work on this extension is to use the Developmentenvironment of in2code/femanager.
After starting up, you can simply install the extension with the command `ddev composer req --dev in2code/femanagerextended:@dev` and commit from the repository in the directory `packages/femanagerextended`