mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-27 10:13:11 -05:00
Merge branch 'mealie-next' into feat/standardize-units
This commit is contained in:
@@ -28,6 +28,7 @@ export interface FormFieldNumberInputConfig {
|
||||
export interface FormField {
|
||||
section?: string;
|
||||
sectionDetails?: string;
|
||||
cols?: number | "auto";
|
||||
label?: string;
|
||||
hint?: string;
|
||||
varName: string;
|
||||
|
||||
Reference in New Issue
Block a user