[TYPO3-dev] De-register an ExtBase plugin

Søren Malling soren.malling at gmail.com
Wed Jul 2 11:03:24 CEST 2014


Hi Mark,

You can access it from a simple array

http://docs.typo3.org/TYPO3/CoreApiReference/ExtensionArchitecture/FilesAndLocations/Index.html

If this file is present the EM provides you with an interface for editing
the configuration values defined in the file. The result is written as a
serialized array to localconf.php file in the variable
$TYPO3_CONF_VARS['EXT']['extConf'][ *extension_key* ]


Cheers

Søren


On Wed, Jul 2, 2014 at 10:50 AM, Mark Howells-Mead <
m.howells-mead at frappant.ch> wrote:

> > Use the extension managers configuration (ext_conf_template.txt) and have
> > checkboxes where you can activate the different plugins.
> > In your ext_tables.php you use these settings, and wrap the
> registerPlugin
> > inside a condition.
>
> Although the remainder of this solution is clear, how would I go about
> accessing the config. of the extension in ext_tables.php? (I’m comfortable
> with the implementation via registerPlugin().)
> _______________________________________________
> TYPO3-dev mailing list
> TYPO3-dev at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev
>



More information about the TYPO3-dev mailing list