Skip to content
Snippets Groups Projects
Commit 1bc788aa authored by Dorian Merz's avatar Dorian Merz
Browse files

refs #15502 [master-v5] RSS feed

* adapted theme config to use finc-specific
** ResultFeed
and
** RecordLink
parent 1edea4d2
No related merge requests found
......@@ -11,6 +11,8 @@ return [
'externalCatalogueLink' => 'finc\View\Helper\Root\ExternalCatalogueLink',
'interlibraryloan' => 'finc\View\Helper\Root\InterlibraryLoanLink',
'sideFacet' => 'finc\View\Helper\Root\SideFacet',
'resultfeed' => 'finc\View\Helper\Root\ResultFeed',
'recordlink' => 'finc\View\Helper\Root\RecordLink',
],
'factories' => [
'finc\View\Helper\Root\BranchInfo' =>
......@@ -23,7 +25,7 @@ return [
'finc\View\Helper\Root\Factory::getSideFacet',
'VuFind\View\Helper\Root\Record' =>
'finc\View\Helper\Root\Factory::getRecord',
'VuFind\View\Helper\Root\RecordLink' =>
'finc\View\Helper\Root\RecordLink' =>
'finc\View\Helper\Root\Factory::getRecordLink',
'VuFind\View\Helper\Root\Citation' =>
'finc\View\Helper\Root\Factory::getCitation',
......@@ -31,8 +33,8 @@ return [
'finc\View\Helper\Root\Factory::getOpenUrl',
'VuFind\View\Helper\Root\RecordDataFormatter' =>
'finc\View\Helper\Root\RecordDataFormatterFactory',
'VuFind\View\Helper\Root\ResultFeed' =>
'Zend\ServiceManager\Factory\InvokableFactory'
'finc\View\Helper\Root\ResultFeed' =>
'VuFind\View\Helper\Root\ResultFeedFactory'
]
]
];
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment