Scenario Services Components
light
ICcByLicense
ICcByLicense is used for displaying the CC BY 4.0 license. You can see the usage example in the public app of the playground.
<template>

    <p class="text-body-1"> ©[Year] [Author or Institution]</p>
    <i-cc-by-license/>

</template>