Skip to content

Instantly share code, notes, and snippets.

@tomgk
Created January 24, 2021 10:23
Show Gist options
  • Save tomgk/45c6ba8a4cdef223684c207160fd95d9 to your computer and use it in GitHub Desktop.
Save tomgk/45c6ba8a4cdef223684c207160fd95d9 to your computer and use it in GitHub Desktop.
sticker_commission:
displayName: "Sticker Commission"
columns:
sticker:
type: ref(sticker)
displayName: Sticker
commissionedAt:
type: ref(artist)
displayName: "Commissioned at"
sticker:
displayName: "Sticker"
columns:
image:
displayName: Sticker
type: Image
sticker_set:
type: Ref(sticker_set)
displayName: "Sticker Set"
CellRepresentation: <a href="{{.sticker_set.url}}">{{.image}}</a>
artist:
displayName: Artist
columns:
tg_channel:
type: string
url: "https://t.me/%s"
title: "@%s"
icon: TelegramIcon
CellRepresentation: tg_channel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment