https://github.com/dmouse/vimeo-field
[Drupal] Vimeo Field Formatter for Drupal 8
https://github.com/dmouse/vimeo-field
Last synced: about 1 year ago
JSON representation
[Drupal] Vimeo Field Formatter for Drupal 8
- Host: GitHub
- URL: https://github.com/dmouse/vimeo-field
- Owner: dmouse
- Created: 2014-05-17T15:55:51.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-16T15:09:21.000Z (over 11 years ago)
- Last Synced: 2025-03-18T22:03:43.148Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 182 KB
- Stars: 2
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vimeo Field Formatter
=====================
[](https://travis-ci.org/dmouse/vimeo-field)
Vimeo Field Formatter for Drupal 8
### Install
```bash
$ cd path/to/drupal/8/modules
$ git clone git@github.com:dmouse/vimeo_field.git
$ drush en -y vimeo_field # or enable this module via UI
```
### Usage
* 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
Resources
---------
You can run the unit tests with the following command:
$ composer install
$ vendor/bin/phpunit