Skip to content

Commit 97aab09

Browse files
Added readonly type field (#384)
Co-authored-by: Salihu <salihudickson@gmail.com> Co-authored-by: Salihu <91833785+SalihuDickson@users.noreply.github.com>
1 parent 27e7c33 commit 97aab09

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ecc-client-elixir-ro-crate/src/components/about/about.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,16 @@ export default class ECCClientRoCrateAbout extends LitElement {
117117
},
118118
},
119119

120+
{
121+
key: "@type",
122+
label: "@type",
123+
type: "text",
124+
fieldOptions: {
125+
tooltip: "The type of the entity.",
126+
default: "Dataset",
127+
readonly: true,
128+
},
129+
},
120130
{
121131
key: "name",
122132
label: "Name",

0 commit comments

Comments
 (0)