# Feed Responses for Anouncement Cards ![](https://i.imgur.com/cqF6RDn.png) ``` { "type": "anouncement-image", "key": "example-1", "data": { "title": "Support Local this 4th of July Weekend", "subtitle": "", "cta_text": "Learn More", "cta_url": "https://www.slicelife.com/", "image_url": "https://www.slicelife.com/images/image001.png", } } ``` --- ![](https://i.imgur.com/Yr1y0Sw.png) ``` { "type": "anouncement-image", "key": "example-2", "data": { "title": "Support Local this 4th of July Weekend", "subtitle": "Order for delivery or pickup", "cta_text": "", "cta_url": "", "image_url": "https://www.slicelife.com/images/image001.png", } } ``` --- ![](https://i.imgur.com/Qgrc18q.png) ``` { "type": "anouncement-image", "key": "example-3", "data": { "title": "Support Local this 4th of July Weekend", "subtitle": "", "cta_text": "", "cta_url": "", "image_url": "https://www.slicelife.com/images/image001.png", } } ``` ## Open Questions - What is the maximum length for text (subtitle, title, cta_text)?