Changes between Version 32 and Version 33 of FaqCustomizations
- Timestamp:
- 07/22/11 17:20:35 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FaqCustomizations
v32 v33 13 13 14 14 == Plugins == 15 Since version 3.1 p.mapper has also the possibility to add new functionality using a plugin API. All plugins should be placed under the {{{/plugins/}}} directory and loaded via the {{{config.ini}}} under the {{{plugins}}} key: add all plugins to be loaded as a comma-separated list.15 Since version 3.1 p.mapper has also the possibility to add new functionality using a plugin API. All plugins should be placed under the {{{/plugins/}}} directory and loaded via the config XML file ({{{config_xyz.xml}}}) under the {{{<plugins>}}} key: add all plugins to be loaded as a comma-separated list. 16 16 17 17 === Plugin development ===
