Skip to content

joedooley/acf-course-list-block

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACF Course List Block

Adds a gutenberg block to display videos within a course.

Installation

  1. Clone plugin to WordPress plugin directory.
  2. Activate acf-course-list-block plugin for WordPress dashboard or wp-cli.
  3. 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.
    2. *Note: composer dependencies are installed automatically during npm install.
  2. Run npm run watch from the acf-course-list-block root directory to watch for scss and js changes.