HTML and Call to Action cards support aDocumentation Index
Fetch the complete documentation index at: https://docs.ghost.org/llms.txt
Use this file to discover all available pages before exploring further.
visibility property that controls who sees that specific card. You can mix visibility within a single post, but card-level visibility only affects cards inside a post that the viewer can already access via the post’s top-level visibility. This allows you to do things like:
- show premium content only to paid members
- display an upgrade prompt only to free members
- hide a sponsored block from paid subscribers
web — controls who sees the card on the website:
nonMember—truemeans visible to everyone including non-members;falsemeans members onlymemberSegment— NQL filter for which members can see it (e.g.,"status:free,status:-free"for all members,"status:-free"for paid only)
email — controls who sees the card in email delivery:
memberSegment— NQL filter for which members receive this card in emails
visibility property behaves identically — fully visible.
Here are some common configurations:
Visible to all members (free and paid) on web, hidden from non-members
Visible to paid members only

