WP Manifestindependent plugin directory
manifest / editor / wis-event-details-block

Wis Event Details Block

by The WordPress Contributors · github.com/cornzie/wis-event-details-block

0stars
0forks

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/cornzie/wis-event-details-block/archive/refs/heads/develop.zip

WIS Event Details Block (Sample Gutenberg Block)

Overview

The WIS Event Details Block is a Gutenberg block plugin designed to allow users to manage and display event data directly in the WordPress editor.

Features

  • Custom Block Fields: Start Date, End Date, Start Time, End Time, Location
  • Live Editing: Allows editing of event details in the WordPress block editor.
  • Frontend Display: Automatically renders structured event data on the frontend.

Installation and Setup

  • Upload the plugin to /wp-content/plugins.
  • Activate it from Plugins > Installed Plugins.
  • Add the block to posts or pages from the Gutenberg editor.

Key Files

  • block.json: Defines block attributes and settings.
  • Edit.js: Handles block editing UI in the WordPress editor.
  • Save.js: Renders the block's frontend output.