🔒️ Link out of translation files
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -52,6 +52,7 @@ interface DataType {
|
||||
|
||||
interface ICommonWidgetOptions {
|
||||
info?: boolean;
|
||||
infoLink?: string;
|
||||
};
|
||||
|
||||
// will show a multi-select with specified data
|
||||
|
||||
Reference in New Issue
Block a user