Commit 7fbfa604 by cahrens

fix

parent edf6f7c7
......@@ -67,7 +67,7 @@ def _advanced_component_types(show_unsupported):
return filtered_blocks
else:
all_blocks = {}
for c_type in authorable_blocks:
for c_type in enabled_components:
all_blocks[c_type] = True
return all_blocks
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment