From 4931a78b1606359391066506cc3935f0f3e759e9 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 14 Apr 2021 22:23:18 +0200 Subject: toggle popup --- frontend/app/views/tile/forms/tile.constants.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontend/app/views/tile/forms/tile.constants.js') diff --git a/frontend/app/views/tile/forms/tile.constants.js b/frontend/app/views/tile/forms/tile.constants.js index 273085c..322a081 100644 --- a/frontend/app/views/tile/forms/tile.constants.js +++ b/frontend/app/views/tile/forms/tile.constants.js @@ -80,11 +80,13 @@ export const NO_LINK = 0 export const EXTERNAL_LINK = -1 export const OPEN_POPUP_LINK = -2 export const CLOSE_POPUP_LINK = -3 +export const TOGGLE_POPUP_LINK = -4 export const PAGE_LIST_TOP_OPTIONS = [ { name: NO_LINK, label: 'No link' }, { name: EXTERNAL_LINK, label: 'External link' }, { name: OPEN_POPUP_LINK, label: 'Open popup' }, { name: CLOSE_POPUP_LINK, label: 'Close popup' }, + { name: TOGGLE_POPUP_LINK, label: 'Toggle popup' }, { name: -99, label: '──────────', disabled: true }, ] -- cgit v1.2.3-70-g09d2