mirror of
https://gitlab.com/comenius-institut/foerbico/metadata-form.git
synced 2025-12-07 23:34:31 +00:00
Add type field
This commit is contained in:
parent
4b9eccec8c
commit
4fc3bde5d2
1 changed files with 1 additions and 0 deletions
|
|
@ -685,6 +685,7 @@
|
|||
const datePublished = $("#datepicker1").datepicker("getDate");
|
||||
let meta = {
|
||||
creativeWorkStatus: document.getElementById("inputStatus").value,
|
||||
type: "LearningResource",
|
||||
name: document.getElementById("inputTitle").value,
|
||||
description: document.getElementById("inputDescription").value,
|
||||
license: {id: document.getElementById("licenseUrl").value}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue