Contributors: UCLA Strategic Communications Digital Team
Tags: block
Tested up to: 6.1
Stable tag: 0.1.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
This plugin adds a Gutenberg block that provides an intake form in the page editor to input one or many feed name and ICS URLs. The front-end displays a calendar of one or many feeds that includes the ability to select the calendars to be displayed.
-
Download a distribution of the codebase by downloading a zip of the main branch from the repository.
-
Unzip the plugin folder and file into a temporary directory of your choosing.
-
Upload the entire plugin folder and contained files into the
/wp-content/plugins/
directory of your WordPress installation either locally or on a server or install the plugin through the WordPress plugins installation screen directly. -
Activate the plugin through the 'Plugins' screen in WordPress
-
Install WordPress using the method of your choosing. We recommend using DevKinsta, the Wordpress Development Environment found here https://developer.wordpress.org/block-editor/getting-started/devenv/, or another method of installing WordPress locally.
-
Clone the repository into the /wp-content/plugins/ folder of your local install.
-
Use NVM to load Node version 18.7.0
-
Run npm install using Node version 18.7.0
-
Activate the plugin through the 'Plugins' screen in WordPress.
- Initial Release