Update blocks model - hierarchial
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 30 Oct 2015 15:26:20 +0000 (11:26 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 30 Oct 2015 15:26:20 +0000 (11:26 -0400)
This should allow staffords to have sets of blocks for each property.

models/block.php

index f27de36..99d8286 100644 (file)
@@ -108,7 +108,7 @@ class glm_models_block
             'has_archive'        => false,
             'menu_icon'          => 'dashicons-exerpt-view',
             'capability_type'    => 'page',
-            'hierarchical'       => false
+            'hierarchical'       => true
         );
         register_post_type(GLM_BLOCK_POST_TYPE, $args);
     }