diff --git a/Configuration/TypoScript/Plugins/kitodo.typoscript b/Configuration/TypoScript/Plugins/kitodo.typoscript index 478977e22..2fb2b39db 100644 --- a/Configuration/TypoScript/Plugins/kitodo.typoscript +++ b/Configuration/TypoScript/Plugins/kitodo.typoscript @@ -206,28 +206,28 @@ plugin.tx_dlf_audioplayer { # newspaper navigation # -------------------------------------------------------------------------------------------------------------------- -[getDocumentType("{$config.storagePid}") == "ephemera" or getDocumentType("{$config.storagePid}") == "newspaper"] +[getDocumentType({$config.storagePid}) == "ephemera" or getDocumentType({$config.storagePid}) == "newspaper"] page.10.variables { isNewspaper = TEXT isNewspaper.value = newspaper_anchor } [END] -[getDocumentType("{$config.storagePid}") == "year"] +[getDocumentType({$config.storagePid}) == "year"] page.10.variables { isNewspaper = TEXT isNewspaper.value = newspaper_year } [END] -[getDocumentType("{$config.storagePid}") == "issue"] +[getDocumentType({$config.storagePid}) == "issue"] page.10.variables { isNewspaper = TEXT isNewspaper.value = newspaper_issue } [END] -[getDocumentType("{$config.storagePid}") == "object"] +[getDocumentType({$config.storagePid}) == "object"] page.10.variables { isObject3D = TEXT isObject3D.value = object