From: Ian Weller Date: Wed, 3 Aug 2016 17:24:08 +0000 (-0400) Subject: tweaking the blocks X-Git-Tag: v1.0.0^2~37 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=02af59c1449fc29f3bf3af891b7aaa579839c85f;p=WP-Themes%2Fdevdemo.git tweaking the blocks --- diff --git a/parts/glm-blocks.php b/parts/glm-blocks.php index 00ebe63..0c2fd20 100644 --- a/parts/glm-blocks.php +++ b/parts/glm-blocks.php @@ -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; + } ?>