...
Create a new template. Do not add it to any to any Template Type Context.and no need to enable it.
Put whatever css or javascript you want to add to the file.
...
Code Block | ||||
---|---|---|---|---|
| ||||
## Obtain the template manager #set($templateManager = $timeTrackingComponentManager.getTemplateManager()) #set($templateCss = $ $templateManager.getTemplateByKey("mycsstemplate_template")) <style type="text/css"> $!templateCss.getVelocityFileObject().getContentAsString() </style> |
...