Initial Upload

This commit is contained in:
Matt Batchelder
2025-12-02 10:32:59 -05:00
commit 05ce0da296
2240 changed files with 467811 additions and 0 deletions

5
ui/bundle_tools.js Normal file
View File

@@ -0,0 +1,5 @@
// --- Add global TOOLS for the CMS ----
window.ArrayHelper = require('./src/helpers/array.js');
window.formHelpers = require('./src/helpers/form-helpers.js');
window.transformer = require('./src/helpers/transformer.js');
window.DateFormatHelper = require('./src/helpers/date-format-helper.js');