diff options
Diffstat (limited to 'frontend/app/views/tile/components/tile.form.js')
| -rw-r--r-- | frontend/app/views/tile/components/tile.form.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/app/views/tile/components/tile.form.js b/frontend/app/views/tile/components/tile.form.js index 54b736e..2e6dfef 100644 --- a/frontend/app/views/tile/components/tile.form.js +++ b/frontend/app/views/tile/components/tile.form.js @@ -22,7 +22,8 @@ import { IMAGE_TILE_STYLES, VIDEO_STYLES, TEXT_FONT_FAMILIES, TEXT_FONT_STYLES, CURSORS, UNITS, - NO_LINK, EXTERNAL_LINK, OPEN_POPUP_LINK, CLOSE_POPUP_LINK, + NO_LINK, EXTERNAL_LINK, + OPEN_POPUP_LINK, CLOSE_POPUP_LINK, TOGGLE_POPUP_LINK, PAGE_LIST_TOP_OPTIONS, NO_POPUP, POPUP_LIST_TOP_OPTIONS, } from 'app/views/tile/forms/tile.constants' |
