From 502450f97d59cfccbd194affecdde83346fa08d0 Mon Sep 17 00:00:00 2001 From: winstonwumbo Date: Thu, 22 Jan 2026 15:40:30 -0500 Subject: [PATCH] Move hardcoded citation-element, page-flag, and remote-content to boilerplate --- src/boilerplate/systemsetup/config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/boilerplate/systemsetup/config.json b/src/boilerplate/systemsetup/config.json index 6335262c..23acb27f 100644 --- a/src/boilerplate/systemsetup/config.json +++ b/src/boilerplate/systemsetup/config.json @@ -25,6 +25,9 @@ } ], "autoloader": { + "site-remote-content": "@haxtheweb/haxcms-elements/lib/ui-components/site/site-remote-content.js", + "citation-element": "@haxtheweb/citation-element/citation-element.js", + "page-flag": "@haxtheweb/page-flag/page-flag.js", "multiple-choice": "@haxtheweb/multiple-choice/multiple-choice.js", "true-false-question": "@haxtheweb/multiple-choice/lib/true-false-question.js", "short-answer-question": "@haxtheweb/multiple-choice/lib/short-answer-question.js",