43 lines
1.4 KiB
Markdown
43 lines
1.4 KiB
Markdown
```
|
|
=============================================================
|
|
=== Custom Block Manager Plugin
|
|
=== Version: (see version.xml)
|
|
=== Author: Juan Pablo Alperin <pkp@alperin.ca>
|
|
=== Co-Author: Bozana Bokan <bozana.bokan@cedis.fu-berlin.de>
|
|
=============================================================
|
|
```
|
|
|
|
## About
|
|
|
|
This plugin is intended to enable users to create customizable HTML blocks for
|
|
the sidebars.
|
|
|
|
[](https://travis-ci.org/pkp/customBlockManager)
|
|
|
|
## License
|
|
|
|
This plugin is licensed under the GNU General Public License v3. See the file
|
|
LICENSE for the complete terms of this license.
|
|
|
|
## System Requirements
|
|
|
|
This plugin is compatible with OJS, OMP, and OPS. Ensure that you're installing
|
|
a compatible version by using the Plugin Gallery.
|
|
|
|
## Management
|
|
|
|
The Plugin management interface can be found at:
|
|
Management > Website Settings > Plugins > Generic Plugins > Custom Block Manager
|
|
|
|
Once the plugin is enabled, blocks can be added, edited and deleted through this
|
|
interface, using the "Manage Custom Blocks" function.
|
|
|
|
The added custom blocks will per default appear in the right sidebar, but this
|
|
can be changed in:
|
|
Management > Website Settings > Appearance > Layout > Sidebar Management.
|
|
|
|
## Contact/Support
|
|
|
|
Documentation, bug listings, and updates can be found on this plugin's homepage
|
|
at [http://github.com/pkp/customBlockManager](http://github.com/pkp/customBlockManager).
|