1
0
Fork 0
mirror of synced 2024-06-29 03:20:34 +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> </script>
<ModalContent <ModalContent
title={"Key/Value Schema Editor"} title={"JSON Schema Editor"}
confirmText="Save Column" confirmText="Save Column"
onConfirm={saveSchema} onConfirm={saveSchema}
bind:disabled={invalid} bind:disabled={invalid}

View file

@ -250,7 +250,7 @@
{#if jsonArrays?.length} {#if jsonArrays?.length}
<Divider size="S" /> <Divider size="S" />
<div class="title"> <div class="title">
<Heading size="XS">Key/Value Arrays</Heading> <Heading size="XS">JSON Arrays</Heading>
</div> </div>
<ul> <ul>
{#each jsonArrays as field} {#each jsonArrays as field}

View file

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

View file

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