[TYPO3-dev] Typoscript Config for Frontend and Backend
Frank Weindel
fjw24 at drexel.edu
Fri Jan 30 21:12:15 CET 2009
Martin Kutschker wrote:
> Frank Weindel schrieb:
>> Hi All,
>>
>> I have some configuration that I'd like my extension to be able to
>> access from the backend and the frontend. Is there a way to configure
>> typoscript that can be seen by both?
>
> You can define TypoScript constants for the FE via pageTS config.
>
> See
> http://typo3.org/documentation/document-library/core-documentation/doc_core_tsconfig/4.2.0/view/1/3/#id4164688
>
> Masi
Thanks Martin, but this will not work for me. That seems to work great
if you only want to bring over individual values, but I have complete
typoscript structures to bring over, which can vary significantly.
Such as:
a {
b1 {
c1 = test1
c2 = test2
}
b2 {
c1 = test3
c2 = test4
c3 = test5
}
}
Is there any way to have a structure like this available to the frontend
and backend without having to define it in both places? This would be
an extremely useful feature...
Frank
More information about the TYPO3-dev
mailing list