Skip to content

Commit

Permalink
Added readonly type field (#384)
Browse files Browse the repository at this point in the history
Co-authored-by: Salihu <[email protected]>
Co-authored-by: Salihu <[email protected]>
  • Loading branch information
3 people authored Nov 6, 2024
1 parent 27e7c33 commit 97aab09
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions packages/ecc-client-elixir-ro-crate/src/components/about/about.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,16 @@ export default class ECCClientRoCrateAbout extends LitElement {
},
},

{
key: "@type",
label: "@type",
type: "text",
fieldOptions: {
tooltip: "The type of the entity.",
default: "Dataset",
readonly: true,
},
},
{
key: "name",
label: "Name",
Expand Down

0 comments on commit 97aab09

Please sign in to comment.