ACF Course List Block
ACF gutenberg block to course display videos.
by Developing Designs · github.com/joedooley/acf-course-list-block · website
★ 4stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/joedooley/acf-course-list-block/archive/refs/heads/master.zipFrom the readme
ACF Course List Block
Adds a gutenberg block to display videos within a course.
Installation
1. Clone plugin to WordPress plugin directory.
1. Activate acf-course-list-block plugin for WordPress dashboard or wp-cli.
1. Sync ACF Block: Course List field group in the dashboard under/
1. Custom Fields - Field Groups - Sync Available
Development
1. Install composer and npm dependencies.
1. Run npm install from the acf-course-list-block root directory.
1. Note: composer dependencies are installed automatically during npm install.
1. Run npm run watch from the acf-course-list-block root directory to watch for scss and js changes.