cal/packages/app-store/templates/event-type-app-card/config.json
Hariom Balhara 21a9b64eb0
Fix missing sylaps icon in admin/apps (#8190)
* Fi missing sylaps icon in admin/apps and remove usage of imageSrc

* Remove imageSrc from googleCalendar and verify that logo is still shown

* Use logo in video apps location select:

* Remove imageSrc from templates

---------

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-04-11 11:38:37 +00:00

16 lines
469 B
JSON

{
"name": "EventType AppCard",
"slug": "event-type-app-card",
"type": "event-type-app-card_other",
"logo": "icon.svg",
"url": "https://example.com/link",
"variant": "other",
"categories": ["other"],
"publisher": "Cal.com, Inc.",
"email": "support@cal.com",
"description": "A template showcasing how an app with EventType AppCard can be built e.g. Giphy, QR Code",
"extendsFeature": "EventType",
"isTemplate": true,
"__createdUsingCli": true
}