This project brings testimonials blocks to the new WordPress Gutenberg editor.
You can choose from a single testimonial block and a testimonial slider block.
- Write testimonial text, author and author profile link
- Uses Bootstrap and Font Awesome
Node 8+
Download this folder in your plugins directory
cd /wp-content/plugins/guten-testimonial-block/
npm install
To start developing
npm start
To build
npm run build
After finishing development (you can't go back)
npm run eject
This project was bootstrapped with Create Guten Block.