File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # Pico Page Output
1+ # Pico Output
22
33Output the page content or data as raw, html, json or xml with ` ?output ` in [ Pico CMS] ( http://picocms.org ) .
44
55## Installation
66
7- Copy ` PicoPageOutput .php` to the ` plugins/ ` directory of your Pico Project.
7+ Copy ` PicoOutput .php` to the ` plugins/ ` directory of your Pico Project.
88
99## Usage
1010
1111Enable the plugin and the output formats in Pico ` config.php ` .
1212
1313``` php
14- $config['PicoPageOutput .enabled'] = true; // by default
15- $config['PicoPageOutput .enabledFormats'] = array('content', 'prepared');
14+ $config['PicoOutput .enabled'] = true; // by default
15+ $config['PicoOutput .enabledFormats'] = array('content', 'prepared');
1616```
1717
1818Then add ` ?output=format ` to any url.
You can’t perform that action at this time.
0 commit comments