Jake Vanderwerf
3 days ago ba1e1ccf869b818f7a7a897264dfea05563a7796
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',
            [