1
0
Fork 0
mirror of synced 2024-06-25 17:40:38 +12:00

Rename Key/Value field to JSON field

This commit is contained in:
Andrew Kingston 2021-12-10 15:26:43 +00:00
parent 6fd53b134a
commit f4c3435e98
4 changed files with 4 additions and 4 deletions

View file

@ -77,7 +77,7 @@
</script>
<ModalContent
title={"Key/Value Schema Editor"}
title={"JSON Schema Editor"}
confirmText="Save Column"
onConfirm={saveSchema}
bind:disabled={invalid}

View file

@ -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}

View file

@ -90,7 +90,7 @@ export const FIELDS = {
},
},
JSON: {
name: "Key/Value",
name: "JSON",
type: "json",
constraints: {
type: "object",

View file

@ -2470,7 +2470,7 @@
]
},
"jsonfield": {
"name": "Key/Value Field",
"name": "JSON Field",
"icon": "Brackets",
"styles": ["size"],
"editable": true,