WP Manifestindependent plugin directory
manifest / editor / utksds-plugin

Design System Gutenberg Block Plugin

The UT plugin which outputs proper HTML for the framework components.

by University of Tennessee, Office of Communications and Marketing · github.com/utkwdn/utksds-plugin

1stars
45release downloads
1forks

Install

The author publishes release zips, so WP-CLI can install straight from GitHub:

wp plugin install https://github.com/utkwdn/utksds-plugin/releases/download/v0.1.0-beta/utksds-plugin.zip

From the readme

University of Tennessee, Knoxville Design System Plugin Installing this project Step 1, Installing the requirements: The UTKSDS Plugin uses Node to compile and compress Javascript and CSS from source files. 1. Not required, but highly recommended. Install NVM by following these instructions. Mac Users: If you get an "nvm: command not found" error after running the install script (and you likely will), be sure to follow the troubleshooting steps. 2. Install Node.js Install using NVM (recommended). Step 2, Installing the this project: 1. Download or git clone this project by typing git clone git@github.com:utkwdn/utksds-plugin.git. 2. In your terminal, change to the new /utksds-plugin/ directory. 3. Type npm install to install dependencies. Creating New Blocks This project was designed to be as simple as possible. To that end, all that you need to do to create a new block is to navigate to the /wp-data/-wp-content/plugins/utds/src subdirectory, create a new folder and source files for your desired block, and import it in the blocks.js file. For example: import './newblock/newblock.js'; Additionally, you could simply copy another block's folder, rename the folder and files, an

Read the full README on GitHub →

Releases

TagPublishedAssetDownloads
v0.1.0-beta Feb 14, 2022 utksds-plugin.zip 25
v0.0.9-alpha Dec 16, 2021 utksds-plugin.zip 20