XF 2.0 Creating a Template Based Add-On how is it done?

I'm with my phone now, but as I remember, after creating add-on, you can simply associate TM to it, just like xf1.
 
Maybe you didn't set this in config.php?
$config['development']['enabled'] = true;
 
For creating template modification it is enough to add this to your config file in src folder: $config['debug'] = true;
 
Top Bottom