Jake Vanderwerf
2 days ago 235ce5716edc2f7cbe80fdccf26eac7269587839
inc/blocks/RegisterBlocks.php
@@ -14,7 +14,7 @@
require(JVB_DIR . '/build/summary/render.php');
require(JVB_DIR . '/build/forms/render.php');
require(JVB_DIR . '/build/menu/render.php');
if (!empty(Registrar::getFeatured('is_glossary'))) {
if (!empty(Registrar::withFeature('is_glossary'))) {
   error_log('Has Glossary Type');
   require(JVB_DIR . '/build/glossary/render.php');
}
@@ -39,7 +39,7 @@
//            ]
//        );
//    }
   if (!empty(Registrar::getFeatured('show_directory'))) {
   if (!empty(Registrar::withFeature('show_directory'))) {
        register_block_type(
            JVB_DIR . '/build/list',
            [