diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-07-08 20:51:27 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-07-08 20:51:27 +0200 |
| commit | f7cf600fe1abc92ddccdbadf30315d6f9785994f (patch) | |
| tree | fe9b8e32e3b54b97bfca03dc83d0dabb72972796 /animism-align/frontend/types.js | |
| parent | 5cab93aa847d347e4ae7700ecdad322506072888 (diff) | |
adding videos to the database
Diffstat (limited to 'animism-align/frontend/types.js')
| -rw-r--r-- | animism-align/frontend/types.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/animism-align/frontend/types.js b/animism-align/frontend/types.js index f92f70b..3c460a9 100644 --- a/animism-align/frontend/types.js +++ b/animism-align/frontend/types.js @@ -8,6 +8,7 @@ export const peaks = crud_type('peaks', []) export const text = crud_type('text', []) export const annotation = crud_type('annotation', []) export const paragraph = crud_type('paragraph', []) +export const vimeo = crud_type('vimeo', []) export const align = crud_type('align', [ 'set_display_setting', 'set_temporary_annotation', |
