Adds a gutenberg block to display videos within a course.
- Clone plugin to WordPress plugin directory.
- Activate
acf-course-list-block
plugin for WordPress dashboard or wp-cli. - Sync ACF
Block: Course List
field group in the dashboard under/- Custom Fields -> Field Groups -> Sync Available
- Install composer and npm dependencies.
- Run
npm install
from theacf-course-list-block
root directory. - *Note: composer dependencies are installed automatically during
npm install
.
- Run
- Run
npm run watch
from theacf-course-list-block
root directory to watch forscss
andjs
changes.