Skip to content

Demonstrates in two branches how to convert RichText to InnerBlocks

License

Notifications You must be signed in to change notification settings

DLXPlugins/DLXRichText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Demonstrates in two branches how to convert RichText to InnerBlocks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published