Sergey
Total posts: 13,748
26 Apr 2016 14:51

Here is a snippet I am using in Article full view template to test.

<?php
$p = $this->item->fields_by_id[65];
echo var_dump($p->params->get('core.show_intro'));
?>

And it shows parameter perfectly fine.


Sackgesicht VIP
Total posts: 1,636
26 Apr 2016 23:12

yes they are there ... just the dump tool did not show them .

2016-04-27_07-07-52


Sergey
Total posts: 13,748
28 Apr 2016 10:05

But you can access them? Or not?

Powered by Cobalt