CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #5648

Missing configuration in ext_tables.php

Added by Michael Knoll over 3 years ago. Updated over 2 years ago.

Status:Resolved Start date:2009-12-07
Priority:Should have Due date:
Assignee:Sebastian Michaelsen % Done:

0%

Category:Code Creation
Target version:0.1
Votes: 0

Description

The generated code in ext_tables.php is missing the following lines of code:

Tx_Extbase_Utility_Extension::registerPlugin(
$_EXTKEY,// The extension name (in UpperCamelCase) or the extension key (in lower_underscore)
'Pi1', // A unique name of the plugin in UpperCamelCase
'Yet Another Gallery' // A title shown in the backend dropdown field
);

Without this code, no plugin can be chosen as page content. Perhaps you could include it out-commented?

History

Updated by Sebastian Michaelsen over 3 years ago

  • Status changed from New to Accepted
  • Assignee set to Sebastian Michaelsen

Updated by Sebastian Michaelsen over 3 years ago

  • Category set to Code Creation

Updated by Sebastian Michaelsen over 3 years ago

Creation of Plugins is not yet implemented at all. This will be the upcoming topic..

Updated by Sebastian Michaelsen over 2 years ago

  • Target version set to 0.1

Updated by Rens Admiraal over 2 years ago

  • Status changed from Accepted to Resolved

In current trunk it's possible to create plugins which also adds this code to ext_tables.php

Also available in: Atom PDF