Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
fluido-1.1
-
None
Description
With a trivial configuration in site.xml, it is possible to add a simplified support for GitHub ribbons (you can see a live sample on the Oozie page):
<custom> <fluidoSkin> <gitHub> <!-- the github project id, it will be translated in a valid github url --> <projectId>99soft/backport-spi</projectId> <!-- the ribbon position, left/right only accepted --> <ribbonOrientation>right</ribbonOrientation> <!-- the ribbon color, red/green/black/orange/gray only accepted --> <ribbonColor>black</ribbonColor> </gitHub> </fluidoSkin> </custom>