Skip to content
Snippets Groups Projects
Commit 3596360a authored by Wouter Wolters's avatar Wouter Wolters Committed by Christian Kuhn
Browse files

[TASK] Improve description in ext:sys_note/ext_localconf.php

Improve the description of the manual registering of
"switchableControllerActions"

Resolves: #65300
Releases: master
Change-Id: I8d376611d1db4c0c128fe8b3d2a4929d0a7c06c9
Reviewed-on: http://review.typo3.org/37207


Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent c3014356
No related merge requests found
<?php
defined('TYPO3_MODE') or die();
// Register "switchableControllerActions" manually because it exists no plugin or module for sys_note
// Register "switchableControllerActions" manually because there is no plugin or module for sys_note available
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['extbase']['extensions']['SysNote']['modules']['Note']['controllers'] = array(
'Note' => array(
'actions' => array('list')
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment