Feature #1439
Add plugin dependency for templates
Start date:
February 11, 2014
Due date:
% Done:
100%
Estimated time:
Description
Add plugin dependency for templates
There are cases when template need certain plugins (eg. google maps) to work properly.
In this case we need these plugins to be installed first.
History
Updated by Vasily Bezruchkin over 1 year ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Multiple dependencies can be added as follows:
```
<dependency type="plugin" exist="1">quiz</dependency>
<dependency type="plugin" exist="1">vindecoder</dependency>
```