[Neos] Get setting value with TypoScript

Arno Dudek webmaster at adgrafik.at
Sun Feb 22 14:21:33 CET 2015


Thanks, this works only for outer package definitions like:
Configuration.setting('TYPO3.Flow.core.context')

If I try my settings, located in
Vendor.Package/Configuration/Settings.yaml

with the content

Vendor.Package:
   include: 'foo'

than it don't work.

And when I look at /neos/administration/configuration I can find the 
property 'include' on right place…

Anything else I have to care off?

lg arno


Am 22.02.15 um 12:49 schrieb Sebastian Helzle:
> Hi Arno,
>
> sure:
>
> ${Configuration.setting(‚Vendor.Package.property‘)}
>
> Best regards,
> Sebastian
>
>> Am 22.02.2015 um 12:20 schrieb Arno Dudek <webmaster at adgrafik.at>:
>>
>> Hi!
>>
>> Is it possible to use setting values, defined in Settings.yaml of a package, per TypoScript?
>>
>> lg arno
>> _______________________________________________
>> Neos mailing list
>> Neos at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/neos
>



More information about the Neos mailing list