Candela Utility archived
Candela helper plugin to manage additional config and bootstrapping
by Lumen Learning · github.com/lumenlearning/candela-utility
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/lumenlearning/candela-utility/archive/refs/heads/master.zipDeclares an update source (https://github.com/lumenlearning/candela), so updates arrive through the plugin's own updater.
Readme
Candela Utility
A plugin that extends Pressbooks for textbook authoring.
Synopsis
Pressbooks is a plugin that turns your Wordpress multisite installation into a book publishing platform. Candela Utility is a plugin that extends the functionality of Pressbooks by utilizing various action and filter hooks supplied by the Pressbooks API.
Installation
Composer
-
From the root wordpress installation, add the following to
composer.json(replacingv0.4.0with desired version):{ "repositories": [ { "type": "vcs", "url": "https://github.com/lumenlearning/candela-utility" } ], "require": { "lumenlearning/candela-utility": "v0.4.0" } } -
Run
composer installin the terminal
Manually
- Download or clone Candela Utility into your wordpress multisite plugins directory:
/path/to/wordpress/wp-content/plugins - Log in to your Wordpress multisite instance and navigate to
Network Admin > Pluginsand activate the Candela Utility plugin
Note: Wordpress Multisite and Pressbooks are required in order for Candela Utility to work correctly
License
GPLv2 - See LICENSE for more information