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.
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
Post a Comment