An error occurred while loading the file. Please try again.
-
* use get it box * set configuration file * display buttons * set boss module * edited translations * edited texts * modified accordeon config
27af104e
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
theme.config.php 346 B
<?php
return [
'favicon' => 'favicon.ico',
'extends' => 'fid',
'mixins' => [
'boss',
'worldcat',
'finc-dbis'
],
'helpers' => [
'factories' => [
'VuFind\View\Helper\Root\RecordDataFormatter' =>
'fid_adlr\View\Helper\Root\RecordDataFormatterFactory'
]
]
];