diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-07-02 00:35:06 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-07-02 00:35:06 +0200 |
| commit | 3e2c1d432d73823e66e19d0081b498ace467b231 (patch) | |
| tree | 67a8b66eb8334b97e031f2c91da668591132ede3 /animism-align/frontend/types.js | |
| parent | 250527589e003420a84f36c4191d2e574f1ad28c (diff) | |
display the form
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 9d16a4b..d888a0a 100644 --- a/animism-align/frontend/types.js +++ b/animism-align/frontend/types.js @@ -9,6 +9,7 @@ export const timestamp = crud_type('timestamp', []) export const paragraph = crud_type('paragraph', []) export const align = crud_type('align', [ 'set_display_setting', + 'set_temporary_annotation', ]) export const audio = with_type('audio', [ |
