From d62d4ff05791b876a52f354c2841de95fb4220c7 Mon Sep 17 00:00:00 2001 From: Beatrycze Volk <beatrycze.volk@slub-dresden.de> Date: Thu, 24 Aug 2023 09:35:07 +0200 Subject: [PATCH] Remove LLL and 11.x --- README.md | 2 +- ext_conf_template.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ee9bf1f..ffc60e8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The journal information is provided by the Directory of Open Access Journals (DO ## Installation -The basic knowledge about TYPO3 11.x and Composer is necessary for the installation. +The basic knowledge about TYPO3 and Composer is necessary for the installation. ### Composer Commands diff --git a/ext_conf_template.txt b/ext_conf_template.txt index 7036a91..1fe5b9b 100644 --- a/ext_conf_template.txt +++ b/ext_conf_template.txt @@ -17,11 +17,11 @@ displayMaximalPrice = 0 #File settings # cat=File/10; type=string; label=LLL:EXT:bison/Resources/Private/Language/locallang_be.xlf:config.filePrices -filePrices = LLL:EXT:bison/Resources/Private/Data/local_prices.xlsx +filePrices = EXT:bison/Resources/Private/Data/local_prices.xlsx # cat=File/20; type=string; label=LLL:EXT:bison/Resources/Private/Language/locallang_be.xlf:config.fileDatabases -fileDatabases = LLL:EXT:bison/Resources/Private/Data/index_databases.xlsx +fileDatabases = EXT:bison/Resources/Private/Data/index_databases.xlsx # cat=File/30; type=string; label=LLL:EXT:bison/Resources/Private/Language/locallang_be.xlf:config.fileMirrorJournals -fileMirrorJournals = LLL:EXT:bison/Resources/Private/Data/mirror_journals.csv +fileMirrorJournals = EXT:bison/Resources/Private/Data/mirror_journals.csv #License settings -- GitLab