sources.titleString
The title of the source, displayed above the source link in the popover.
Example - set source titles
<span id="citation"></span>
<script>
$("#citation").kendoCitation({
sources: [
{ url: "https://example.com", title: "Example Site" }
]
});
</script>