Croox__synchronize-image-block-featured_wp-plugin
Tools
Open Source
Sync
WordPress
WordPress Plugin Synchronize image block with featured image
Adds an option to synchronize a core/image block with the post featured image.
Plugin readme: ./dist/trunk/README.md
Download and install
Synchronize image block with featured image is available in the official WordPress Plugin repository. You can install this plugin the same way you’d install any other plugin.
To install it from zip file, download latest release.
Development
Clone the repository and make it your current working directory.
# Checkout the `generated` and `develop` branches
git checkout generated && git pull
git checkout develop && git pull
# Install npm dependencies
npm install
# Install composer dependencies
composer install --profile -v
# Build into `./test_build`
grunt build
This Plugin is based on generator-wp-dev-env. See
generator.version
inpackage.json
.
Read the documentation for further development information.
— Installation & Quick Start
— Git branching model
— Project Structure
— Grunt Taskrunner
Dev dependencies
-
node
andnpm
-
yo
andgenerator-wp-dev-env
-
composer
-
git
-
grunt
andgrunt-cli
-
rsync
-
convert
from ImageMagick. Tested with ImageMagick6.8.9-9
Support and feedback
- Create a new issue on Github
- Add a new topic to WP’s support forum
- Create a new review and rate this Plugin