i am actualy trying to read a field value in my panelized node.
I want to recieve the data in the red marked field, as u can see in my screenshot.
I tried to following:
<?php print_r($display->context['panelizer']['data']['field_centerpage_layout'][0]['value']); ?>
But I recieve this Error:
Fatal error: Cannot use object of type ctools_context as array in C:seuxampphtdocsiptpsitesallthemesmythemepluginslayoutshe_two_70_30he-two-70-30.tpl.php on line 29
I would be thankful for any kind of help 🙂