mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
12 lines
315 B
JavaScript
12 lines
315 B
JavaScript
/**
|
|
* Site-specific configuration settings for Highslide JS
|
|
*/
|
|
hs.graphicsDir = 'assets/highslide/';
|
|
hs.outlineType = 'rounded-white';
|
|
hs.wrapperClassName = 'draggable-header';
|
|
hs.captionEval = 'this.a.title';
|
|
hs.showCredits = false;
|
|
hs.marginTop = 20;
|
|
hs.marginRight = 20;
|
|
hs.marginBottom = 20;
|
|
hs.marginLeft = 20; |