Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

technote-space/gutenberg-samples

Repository files navigation

Gutenberg Samples

CI Status codecov CodeFactor License: GPL v2+ PHP: >=5.6 WordPress: >=5.4

Gutenberg Samples

Latest version

Table of Contents

Details

Contents

dropdown1

dropdown1

  • Add Dropdown which has some RichText Toolbar Buttons
    • I used Fill and Slot to gather buttons and use for dropdown items.
    • Each format types's edit function creates Fill to register component.
    • Only first format type's edit function create component to use Slot
      which provides some components that registered by Fill above,
      which are pass to DropdownMenu's controls.

dropdown2

dropdown2

  • Add Dropdown which has some RichText Toolbar Buttons using library.
  • Add color palette and font size picker to toolbar and inspector.
  • Library

Requirements

  • >= PHP 5.6
  • >= WordPress 5.4

Author

GitHub (Technote)
Blog

Plugin framework

WP Content Framework