tweaking the blocks
authorIan Weller <ian@gaslightmedia.com>
Wed, 3 Aug 2016 17:24:08 +0000 (13:24 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 3 Aug 2016 17:24:08 +0000 (13:24 -0400)
parts/glm-blocks.php

index 00ebe63..0c2fd20 100644 (file)
@@ -8,9 +8,13 @@ case 'front-page.php':
 case 'chamber-template.php':
     $defaultBlockGroup = CHAMBER_BLOCKS;
     break;
+case 'blocks-demo-template.php':
+    $defaultBlockGroup = DEFAULT_BLOCKS;
+    break;
 default:
     $defaultBlockGroup = DEFAULT_BLOCKS;
     break;
+        
 }
 ?>
 <?php $blocks = fetch_all_glm_blocks($defaultBlockGroup);?>