From d198de4ae093363dc1cc120684be75db28a57732 Mon Sep 17 00:00:00 2001 From: Wedding DJ Date: Thu, 15 Feb 2018 16:26:22 -0500 Subject: [PATCH] allow preview images on space edit page --- config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config.php b/config.php index de7631c..68d48b3 100644 --- a/config.php +++ b/config.php @@ -64,6 +64,7 @@ '#description' => 'Upload a photo sphere image.', '#help' => 'Photo sphere image in equirectangular projection format.', '#type' => 'photosphere', + '#content-preview-image' => true, '#required' => true, '#file-extension' => ['jpg', 'png'], ],