🔒️ Link out of translation files

This commit is contained in:
Tagaishi
2023-08-05 23:19:26 +02:00
parent 165c40506d
commit 048b27a89b
7 changed files with 25 additions and 16 deletions

View File

@@ -15,7 +15,6 @@ import {
Title,
createStyles,
useMantineTheme,
InputProps,
} from '@mantine/core';
import { useForm } from '@mantine/form';
import {
@@ -55,6 +54,7 @@ const definition = defineWidget({
type: 'text',
defaultValue: '',
info: true,
infoLink: "https://homarr.dev/docs/widgets/bookmarks/",
},
items: {
type: 'draggable-editable-list',

View File

@@ -52,6 +52,7 @@ interface DataType {
interface ICommonWidgetOptions {
info?: boolean;
infoLink?: string;
};
// will show a multi-select with specified data