Use of protected media properties in page ressources (TYPO3 8.7.4) -


i have image file in page properties , can't find way use properties of file reference because protected.

<f:debug>{data.media}</f:debug>

not every attribute must in debug. if filereference class can see there several getters different fields.

in php do:

$title = $myfilereference->gettitle(); $description = $myfilereference->getdescription(); 

in fluid do:

{filereference.title} {filereference.description} 

Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -