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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -