mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-18 05:34:09 +00:00
feat: add custom field type of image
This commit is contained in:
committed by
Carlos Valente
parent
d0b4c6a279
commit
570ff59cfc
@@ -1,7 +1,7 @@
|
||||
export type CustomFieldLabel = string;
|
||||
|
||||
export type CustomField = {
|
||||
type: 'string';
|
||||
type: 'string' | 'image';
|
||||
colour: string;
|
||||
label: CustomFieldLabel;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user