Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 975 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 975 Bytes

DLXRichText

Demonstrates in two branches how to convert RichText to InnerBlocks

InnerBlocks

See the InnerBlocks branch for the InnerBlocks version of this code.

Folder Structure

.
└── dlxrichtext/
    ├── dlxrichtext.php
    ├── package.json
    ├── build
    └── src/
        ├── index.js
        └── blocks/
            └── dlxrichtext/
                ├── block.js
                ├── edit.js
                └── block.json

Developers

Run npm install in the plugin root.

Run npm run start for a development build. npm run build for a production build.

The main entry point is src/index.js.