Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.31 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.31 KB

Candy Card Gutenberg Block

Sample candy card block.

Description

This is a custom Gutenberg "candy" card block that displays a card item with an editable candy (icon) image, header, and body content.

Installation

  1. To view a quick pre-built sample, please also install and activate the candyshop-fse-theme theme with the corresponding database and uploads.
  2. Upload the plugin files to the /wp-content/plugins/ directory, or install the plugin through the WordPress plugins screen directly.
  3. Activate the plugin through the 'Plugins' screen in WordPress

What you should see

== Admin ==

image

== Front-end ==

image

Moving Forward

Some things I would do moving forward:

  1. This block definitely needs more admin CSS/functionality to allow the editing experience to act more smoothly.
  2. Clean up some repetitive CSS in editor.css versus style.css
  3. I'd love to spend a little more time neatly organizing the file structure to my liking
  4. Always can use more customizable options!