* feat: Add extensibility for tmtv and segmentation modes * Fixes for ordering issues on laod * Remove unnecessary reference lookup * Chane side panel timing to fix tests * PR comments - change how mode definitions get created * Improvements to mode customizations * Start organizing customizations * Misc fixes for a customization demo page * Security fixes * PR requested changes to naming
6 lines
206 B
Plaintext
6 lines
206 B
Plaintext
// Example chaining module: ensures `veterinary/veterinaryOverlay` is loaded and
|
|
// applied first when using `?customization=veterinary/veterinary` alone.
|
|
{
|
|
"requires": ["veterinary/veterinaryOverlay"]
|
|
}
|