Demonstrates in two branches how to convert RichText to InnerBlocks
See the InnerBlocks branch for the InnerBlocks version of this code.
.
└── dlxrichtext/
├── dlxrichtext.php
├── package.json
├── build
└── src/
├── index.js
└── blocks/
└── dlxrichtext/
├── block.js
├── edit.js
└── block.json
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
.