Download the PHP package lochmueller/calendarize-news without Composer
On this page you can find all versions of the php package lochmueller/calendarize-news. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lochmueller/calendarize-news
More information about lochmueller/calendarize-news
Files in lochmueller/calendarize-news
Download lochmueller/calendarize-news
More information about lochmueller/calendarize-news
Files in lochmueller/calendarize-news
Vendor lochmueller
Package calendarize-news
Short Description Add Event options to the news extension
License GPL-2.0-or-later
Homepage https://github.com/lochmueller/calendarize_news
Package calendarize-news
Short Description Add Event options to the news extension
License GPL-2.0-or-later
Homepage https://github.com/lochmueller/calendarize_news
Please rate this library. Is it a good library?
Informations about the package calendarize-news
EXT:calendarize_news
Configuration
Please set the news default PID "plugin.tx_news.settings.defaultDetailPid" or set the Detail page ID in the calendarize Plugin configuration!
Routing configuration example
Based on this issue https://github.com/lochmueller/calendarize_news/issues/30
NewsDetail:
type: Extbase
extension: News
plugin: Pi1
routes:
-
routePath: '/{news_title}'
_controller: 'News::detail'
_arguments:
news_title: news
-
routePath: '/{news_title}-{index}'
_controller: 'News::detail'
_arguments:
news_title: news
calendarize_index: index
defaultController: 'News::detail'
aspects:
news_title:
type: PersistedPatternMapper
tableName: tx_news_domain_model_news
routeFieldPattern: '^(?P<path_segment>.+)-(?P<uid>\d+)$'
routeFieldResult: '{path_segment}-{uid}'
calendarize_index:
type: PersistedAliasMapper
tableName: tx_calendarize_domain_model_index
routeFieldName: uid
All versions of calendarize-news with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
typo3/cms-core Version ^12.4||^13.4
lochmueller/calendarize Version ^13.0||^14.0
georgringer/news Version ^12.0
typo3/cms-core Version ^12.4||^13.4
lochmueller/calendarize Version ^13.0||^14.0
georgringer/news Version ^12.0
The package lochmueller/calendarize-news contains the following files
Loading the files please wait ....