Rename Key/Value field to JSON field
This commit is contained in:
parent
9353aec940
commit
c072044d21
|
@ -77,7 +77,7 @@
|
|||
</script>
|
||||
|
||||
<ModalContent
|
||||
title={"Key/Value Schema Editor"}
|
||||
title={"JSON Schema Editor"}
|
||||
confirmText="Save Column"
|
||||
onConfirm={saveSchema}
|
||||
bind:disabled={invalid}
|
||||
|
|
|
@ -250,7 +250,7 @@
|
|||
{#if jsonArrays?.length}
|
||||
<Divider size="S" />
|
||||
<div class="title">
|
||||
<Heading size="XS">Key/Value Arrays</Heading>
|
||||
<Heading size="XS">JSON Arrays</Heading>
|
||||
</div>
|
||||
<ul>
|
||||
{#each jsonArrays as field}
|
||||
|
|
|
@ -90,7 +90,7 @@ export const FIELDS = {
|
|||
},
|
||||
},
|
||||
JSON: {
|
||||
name: "Key/Value",
|
||||
name: "JSON",
|
||||
type: "json",
|
||||
constraints: {
|
||||
type: "object",
|
||||
|
|
|
@ -2470,7 +2470,7 @@
|
|||
]
|
||||
},
|
||||
"jsonfield": {
|
||||
"name": "Key/Value Field",
|
||||
"name": "JSON Field",
|
||||
"icon": "Brackets",
|
||||
"styles": ["size"],
|
||||
"editable": true,
|
||||
|
|
Loading…
Reference in New Issue