oddevan / oddevan-interview-question

A WordPress Block Editor (Gutenberg) Block to easily create a question-and-answer format blog post.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interview Question

For the WordPress Block Editor (a.k.a. Gutenberg).

Screenshot of block editor

Screenshot of website

Setup

  1. Navigate to the downloaded directory
  2. Run npm install
  3. Run npm run build again.

To build your changes, simply run npm run build again.

Styling

The output of the block is very simple:

<div class="wp-block-oddevan-interview-question">
	<div class="question">
		<p>What is your quest?</p>
	</div>
	<div class="answer">
		<p>To seek The Grail™.</p>
	</div>
</div>

Hooks

No hooks yet.

Credit

Based on the Block Starter from WebDevStudios.

About

A WordPress Block Editor (Gutenberg) Block to easily create a question-and-answer format blog post.


Languages

Language:JavaScript 55.8%Language:PHP 34.9%Language:CSS 9.3%