finalize new media settings ui

This commit is contained in:
dswbx
2025-02-06 13:58:29 +01:00
parent 46cf310ad6
commit 9a4c2bd530
11 changed files with 58 additions and 103 deletions

View File

@@ -5,6 +5,7 @@ import {
Field,
Form,
FormContextOverride,
FormDebug,
ObjectField
} from "ui/components/form/json-schema-form";
import { Scrollable } from "ui/layouts/AppShell/AppShell";
@@ -89,7 +90,7 @@ export default function JsonSchemaForm3() {
>
<AutoForm />
</Form>*/}
{/*<Form
<Form
schema={{
type: "object",
properties: {
@@ -113,9 +114,11 @@ export default function JsonSchemaForm3() {
}
}}
initialValues={{ tags: [0, 1] }}
options={{ debug: true }}
>
<AutoForm />
</Form>*/}
<Field name="" />
<FormDebug />
</Form>
{/*<Form
schema={{
@@ -139,7 +142,7 @@ export default function JsonSchemaForm3() {
/>*/}
{/*<CustomMediaForm />*/}
<Form schema={schema.media} initialValues={config.media} />
{/*<Form schema={schema.media} initialValues={config.media} />*/}
{/*<Form
schema={removeKeyRecursively(schema.media, "pattern") as any}