mirror of
https://gh.wpcy.net/https://github.com/lubusIN/blablablocks-slider-block.git
synced 2026-05-26 15:39:12 +08:00
BlaBlaBlocks Slider Block is a WordPress plugin built specifically for the Block Editor, allowing you to create responsive sliders effortlessly.
https://wordpress.org/plugins/blablablocks-slider-block/
| .github | ||
| _playground | ||
| build | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| blablablocks-slider-block.php | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| webpack.config.js | ||
BlaBlaBlocks Slider Block
BlaBlaBlocks Slider Block is a WordPress plugin built specifically for the Block Editor, allowing you to create responsive sliders effortlessly.
Installation
- Visit 'Plugins > Add New'
- Download and upload zip file
- Activate
BlaBlaBlocks Slider Blockfrom your Plugins page
Requirements
- WordPress 6.5+
- PHP 7.4+
Development
- Set up a local WordPress environment.
- In the
wp-content/pluginsfolder, clone the repository:git clone git@github.com:lubusIN/blablablocks-slider-block.git - Navigate to folder
cd wp-content/plugins/blablablocks-slider-block. - Run
npm installcommand to install the plugin's dependencies within a/node_modules/folder. - Run
npm run buildornpm run startcommand to compile and watch source files for changes while developing.
