feat: App tile scalability (#645)

* feat: App tile scalability

* fix: missing translation
This commit is contained in:
SeDemal
2024-06-09 12:54:56 +02:00
committed by GitHub
parent 3a3a8251bd
commit 28927cfa28
3 changed files with 30 additions and 29 deletions

View File

@@ -8,6 +8,7 @@ export const { definition, componentLoader, serverDataLoader } = createWidgetDef
options: optionsBuilder.from((factory) => ({
appId: factory.app(),
openInNewTab: factory.switch({ defaultValue: true }),
showTitle: factory.switch({ defaultValue: true }),
showDescriptionTooltip: factory.switch({ defaultValue: false }),
pingEnabled: factory.switch({ defaultValue: false }),
})),