create record wip

This commit is contained in:
2026-01-08 23:23:48 +02:00
parent 2a718ac9ee
commit 4470d922b7
42 changed files with 1048 additions and 556 deletions
+2
View File
@@ -24,6 +24,7 @@ class FieldModule
"name" => $field->name,
"type" => $field->type,
"rank" => $field->rank,
"translatable" => $field->translatable,
"props" => json_encode($field->props),
"schema_id" => $field->schemaId,
];
@@ -38,6 +39,7 @@ class FieldModule
type: data_get($data, "type"),
schemaId: data_get($data, "schema_id"),
rank: data_get($data, "rank"),
translatable: data_get($data, "translatable"),
props: FieldProp::fromDb(
data_get($data, "type"),
data_get($data, "props"),