improved media settings implementation

This commit is contained in:
dswbx
2025-02-05 16:11:53 +01:00
parent 4b3493a6f5
commit 8418231c43
25 changed files with 291 additions and 210 deletions

View File

@@ -0,0 +1,17 @@
import * as Formy from "ui/components/form/Formy";
export default function FormyTest() {
return (
<div className="flex flex-col gap-3">
formy
<Formy.Group>
<Formy.Label>label</Formy.Label>
<Formy.Switch onCheckedChange={console.log} />
</Formy.Group>
<Formy.Group>
<Formy.Label>label</Formy.Label>
<Formy.Input />
</Formy.Group>
</div>
);
}

View File

@@ -138,7 +138,7 @@ export default function JsonSchemaForm3() {
initialValues={{ tags: [0, 1] }}
/>*/}
<CustomMediaForm />
{/*<CustomMediaForm />*/}
<Form schema={schema.media} initialValues={config.media} />
{/*<Form