platform-coop-toolkit / coop-library-framework

Custom Post Type utilities for the Platform Co-op Resource Library.
https://platform.coop
Other
0 stars 2 forks source link

feat: migrate fields to ACF Pro #308

Closed greatislander closed 4 years ago

greatislander commented 4 years ago

Description

Migrates custom fields to ACF Pro.

Steps to test

  1. Check out this branch.
  2. Update Composer dependencies: composer install.
  3. Update NPM dependencies and build assets: npm ci && npm run build.
  4. Install and activate Advanced Custom Fields Pro.
  5. Run the metadata conversion script.
  6. Visit resource editor, test editing UI and user experience while modifying all fields.

Expected behavior: Validation is handled according to expectations and appropriate messages are displayed to users. Authors appear as expected in new author fields.

Additional information

Not applicable.

Related issues