-
Notifications
You must be signed in to change notification settings - Fork 10
Home
With the advent of Gutenberg in WordPress, Advanced Custom Fields stepped up to help make the process of creating custom blocks easier and faster. This plugin creates a set of custom blocks with basic styles for you to customize in your theme.
This plugin includes the following blocks:
- Accordion
- Call To Action
- Carousel
- Fifty/Fifty
- Hero
- Recent Posts
- Related Posts
WDS ACF Blocks is bundled with a Style Lint, ESLint, and PHPCS linting rulesets – plus, it passes both WCAG 2.1AA and Section 508 standards out of the box.
To better manage ACF Field Groups, the plugin supports synchronized JSON for Advanced Custom Fields.
Because the plugin compiles and bundles assets via NPM scripts, basic knowledge of the command line and the following dependencies are required: Node LTS and NPM.
- From the command line, change directories to your new theme directory:
cd /plugin/wds-acf-gutenberg
- Install plugin dependencies and trigger an initial build:
npm i
From the command line, type any of the following to perform an action:
npm run build
- Compile and build all assets .
npm run watch
- Automatically handle changes to CSS, JS, SVGs, and image sprites.
Your contributions and support tickets are welcome. Please see our guidelines before submitting a pull request.