The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/packages/rocketchat-oembed/client/oembedSandstormGrain.html

11 lines
334 B

<template name="oembedSandstormGrain">
<blockquote class="sandstorm-grain background-transparent-darker-before">
<label>
<button onclick="sandstormOembed(event)" data-token="{{token}}"
data-descriptor="{{descriptor}}">
{{grainTitle}}
</button>
<img src="{{appIconUrl}}" />
</label>
</blockquote>
</template>