Jake Vanderwerf
2026-04-15 c4aa5cdb5e90ad4b420e22772797d16980232a2b
inc/blocks/_setup.php
@@ -21,15 +21,16 @@
   new JVBase\blocks\FAQBlock();
}
if (!empty(Registrar::getFeatured('is_gallery'))) {
if (!empty(Registrar::getFeatured('is_glossary'))) {
   require(JVB_DIR . '/inc/blocks/GlossaryBlock.php');
   new JVBase\blocks\GlossaryBlock();
}
if (!empty(Registrar::getFeatured('is_timeline'))) {
   require(JVB_DIR . '/inc/blocks/TimelineBlock.php');
   new JVBase\blocks\TimelineBlock();
}
require(JVB_DIR . '/inc/blocks/SummaryBlock.php');
new JVBase\blocks\SummaryBlock();