Files
calendar/packages/app-store/templates/general-app-settings/config.json
T
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

15 lines
488 B
JSON

{
"name": "General App Settings",
"slug": "general-app-settings",
"type": "general-app-settings_other",
"logo": "icon.svg",
"url": "https://example.com/link",
"variant": "other",
"categories": ["other"],
"publisher": "Cal.com Inc",
"email": "support@cal.com",
"description": "It is a template showing how an App can have settings in installed section that configures the app globally e.g. Weather in your Calendar",
"isTemplate": true,
"__createdUsingCli": true
}