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