Vimeo Field Formatter for Drupal 8
$ cd path/to/drupal/8/modules
$ git clone [email protected]:dmouse/vimeo_field.git
$ drush en -y vimeo_field # or enable this module via UI
- In your content type create a new textfield field
- Go to /admin/structure/types/manage/[Content-Type]/display
- Change the format field to use Vimeo Media
You can run the unit tests with the following command:
$ composer install
$ vendor/bin/phpunit