diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-04-14 22:23:18 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-04-14 22:23:18 +0200 |
| commit | 4931a78b1606359391066506cc3935f0f3e759e9 (patch) | |
| tree | 56fcd2c00cc357069b25b21bfa6e909de82e8c36 /frontend/app/views/tile/components/tile.form.js | |
| parent | 6b434e1996fdcc7b14819c32f7808475fa726339 (diff) | |
toggle popup
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' |
