Hello
I have coded an extension https://github.com/farconada/f2microagenda_psv/
tree/develop (I should be renamed as f2microagendapsv ).
I have configured the plugin with:
Tx_Extbase_Utility_Extension::configurePlugin(
$_EXTKEY,
'Pi1',
array(
'Event' => 'archive,list,listHome',
),
array(
'Event' => 'archive,list,listHome',
)
);
but i cant link in fluid templates with <f:link.action
action="archive">Ver todos los eventos</f:link.action>
Controller configuration looks:
[controllerConfiguration] => Array
(
[Event] => Array
(
[actions] => Array
(
[0] => list
)
[nonCacheableActions] => Array
(
[1] => list
)
)
)
any idea? I'm totally lost, please help
Kind Regards
Fernando