I'm using Typo3 10.4.
I want to load the contents of a text file that is stored in fileadmin directory (the storageUid = 1 and the file path is fileadmin/test.txt) in typoscript. I want to use the file path, not the sys_file Uid like in
lib.test = TEXT
lib.test.data = file:17:contents
Is there any way to do that using typoscript syntax?