mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 16:24:31 -04:00
refactor(frontend): 🏗️ scafold pages and componenets folder
Setup the file structure for components, pages, layouts, api, and all new frontend structure
This commit is contained in:
1
frontend/composables/forms/index.ts
Normal file
1
frontend/composables/forms/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export { fieldTypes } from "./use-field-types";
|
||||
11
frontend/composables/forms/use-field-types.ts
Normal file
11
frontend/composables/forms/use-field-types.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export const fieldTypes = {
|
||||
TEXT: "text",
|
||||
TEXT_AREA: "textarea",
|
||||
LIST: "list",
|
||||
SELECT: "select",
|
||||
OBJECT: "object",
|
||||
BOOLEAN: "boolean",
|
||||
COLOR: "color",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user