From d35effc8d281de10132ad27078f57bdbcd148d47 Mon Sep 17 00:00:00 2001 From: Sven Marnach Date: Tue, 15 Dec 2015 13:58:06 +0100 Subject: [PATCH] Add the ActiveTable and Vector Draw XBlocks to ADVANCED_COMPONENT_TYPES. --- cms/envs/common.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cms/envs/common.py b/cms/envs/common.py index bcd96c52b4be..af89b610c3a0 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -1006,6 +1006,8 @@ 'pb-dashboard', 'poll', 'survey', + 'activetable', + 'vectordraw', # Some of the XBlocks from pmitros repos are sometimes prototypes. # Use with caution. 'concept', # Concept mapper. See https://github.com/pmitros/ConceptXBlock