mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 23:27:09 +00:00
Support styling
This commit is contained in:
@@ -51,5 +51,5 @@ export const SandboxSchema = new ObjectNode({
|
||||
nbt: 'hi'
|
||||
}
|
||||
}),
|
||||
transform: (v) => v?.condition === 'foo' ? ({...v, test: 'hello'}) : v
|
||||
transform: (v: any) => v?.condition === 'foo' ? ({...v, test: 'hello'}) : v
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user