Fix syntax for calling user functions from ext_conf_template (works 8.7 and 9.5)

This commit is contained in:
Alexander Bigga 2020-01-27 16:25:46 +01:00
parent f026fdd8bd
commit 54a44b5deb
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# cat=Basic; type=user[EXT:dlf/Classes/Hooks/ConfigurationForm.php:Kitodo\Dlf\Hooks\ConfigurationForm->checkMetadataFormats]; label=LLL:EXT:dlf/Resources/Private/Language/Labels.xml:config.metadataFormats # cat=Basic; type=user[Kitodo\Dlf\Hooks\ConfigurationForm->checkMetadataFormats]; label=LLL:EXT:dlf/Resources/Private/Language/Labels.xml:config.metadataFormats
metadataFormats = 0 metadataFormats = 0
# cat=Basic; type=string; label=LLL:EXT:dlf/Resources/Private/Language/Labels.xml:config.useragent # cat=Basic; type=string; label=LLL:EXT:dlf/Resources/Private/Language/Labels.xml:config.useragent
useragent = Kitodo.Presentation useragent = Kitodo.Presentation
@ -24,7 +24,7 @@ indexAnnotations = 0
iiifThumbnailWidth = 150 iiifThumbnailWidth = 150
# cat=IIIF; type=int[1-2000]; label=LLL:EXT:dlf/Resources/Private/Language/Labels.xml:config.iiifThumbnailHeight # cat=IIIF; type=int[1-2000]; label=LLL:EXT:dlf/Resources/Private/Language/Labels.xml:config.iiifThumbnailHeight
iiifThumbnailHeight = 150 iiifThumbnailHeight = 150
# cat=Solr; type=user[EXT:dlf/Classes/Hooks/ConfigurationForm.php:Kitodo\Dlf\Hooks\ConfigurationForm->checkSolrConnection]; label=LLL:EXT:dlf/Resources/Private/Language/Labels.xml:config.solrConnect # cat=Solr; type=user[Kitodo\Dlf\Hooks\ConfigurationForm->checkSolrConnection]; label=LLL:EXT:dlf/Resources/Private/Language/Labels.xml:config.solrConnect
solrConnect = 0 solrConnect = 0
# cat=Solr; type=boolean; label=LLL:EXT:dlf/Resources/Private/Language/Labels.xml:config.solrHttps # cat=Solr; type=boolean; label=LLL:EXT:dlf/Resources/Private/Language/Labels.xml:config.solrHttps
solrHttps = 0 solrHttps = 0