schams-net / t3extensions_widget

Dashboard widgets to show the most recent TYPO3 extensions updated/published at the TER
GNU General Public License v3.0
1 stars 0 forks source link

ext: t3extensions_widget for Frontend #1

Closed typo3ua closed 4 years ago

typo3ua commented 4 years ago

Hello!

Maybe do you have ext:t3extensions_widget for Frontend, something like this https://t3extensions.org/?

Thanks!

schams-net commented 4 years ago

EXT:t3extensions_widget is a widget for the TYPO3 dashboard in the backend. If you want to process/output extension data for the frontend, you could retrieve the JSON data from api.t3extensions.org (remote API call) or access the extension list in your local instance directly (DB table tx_extensionmanager_domain_model_extension). There is also a Scheduler task that lets you update the list automatically.