I’m trying to make a simple utility Pack that returns clean, minimal data cards (title at top-left + big metric number below) meant to be used like dashboard widgets inside docs.
Everything works great except one visual detail: every card rendered by my Pack shows the pack’s icon + pack name at the bottom (screenshot below).
I’ve studied the official card examples (e.g., the D&D Spells card, the GitHub Issue card when no URL is provided, some of the stock Coda-made packs, etc.) and many of them have no such branding in the footer – just the card content itself.
Things I’ve already tried without success:
- Setting
linkPropertyand returninglink: ""(empty string) - Omitting the link property entirely
- Using an empty string or
nullforidProperty/linkProperty - Different combinations of
featuredProperties,subtitleProperties, etc.
None of these remove the branding bar.
Is there a supported way to render a card with no pack branding/footer at all, exactly like the official cards examples do? If it’s intentional that community Packs always show branding, is that documented somewhere? (I couldn’t find it.)
Any help or pointers would be hugely appreciated – I just want super-clean metric cards for dashboards.
Thanks in advance!

