Replies: 1 comment
-
@cgrillo98 customizing the Item layouts is a bit more complicated in CB-GH (then CB-CSV)-- basically you will go into the file "_includes/js/item-js.html". In there is some javascript that gradually puts together the Item display. You would add a line in there to add a CC icon where you want it to display on the Item page. If all the items have the same license you could just add it in, for example at the bottom of the metadata after line 96. Or you could add some logic to check the rightsstatement and only display it for the CC items. For example, adding in this line (which uses the CC official embed) after line 96:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I’m interested in adding Creative Commons icons to each item in my collection. Has anyone worked on something like this before or know how to incorporate this type of information?
Beta Was this translation helpful? Give feedback.
All reactions