Info is CMS plugin to store key pairs of data to be used in overall site. It allow:
- Store and use key pairs of data when value is string. String will be iternationalized and may be localises using CMS localisation tools.
- Store and use key pairs of data when value is JSON type object.
Plugin data storage is located in folder /cms/data/plugins/info (may be changed) and contains files:
- info.xml - XML file containing kay pairs of data
Plugin delegates to site:
- js include file: cms-plugin-info.js containing cms_plugin_info() jQuery plugin
- css include file: cms-plugin-info.css
- Smarty template plugin {cms_plugin_info}
jQuery plugin docs available at cms_plugin_info()
Smarty template plugin docs available at {cms_plugin_info}