<configurations parent="%core.system_config_dir%/config_handlers.xml">
<!--
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+
| Register your custom configuration handlers here. Or register an existing |
| handler with a new filename! Registering handlers does not slow down the |
| application because they are only loaded when a configuration file needs |
| to be recompiled into a cache file. To be safe, you should register them |
| with a relative path associated so they don't get confused with somebody |
| elses module configuration files with the same base name. |
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+
<configuration environment="development">
<handlers>
<handler pattern="%core.module_dir%/CoolModule/config/cool.xml">
<class file="%core.module_dir%/CoolModule/lib/CoolConfigurationHandler.class.php">CoolConfigHandler</class>
<parameters>
<parameter name="title">Cool Module</parameter>
</parameters>
</handler>
</handlers>
</configuration>
-->
<configuration environment="development">
<handlers>
<handler pattern="%core.system_config_dir%/ths_settings.xml">
<class file="%core.app_dir%/lib/ConfigDirectivesConfigHandler.class.php">ConfigDirectivesConfigHandler</class>
<parameters>
<parameter name="title">THS Settings</parameter>
</parameters>
</handler>
</handlers>
</configuration>
</configurations>