mirror of
https://gitlab.com/comenius-institut/foerbico/metadata-form.git
synced 2025-12-07 23:34:31 +00:00
Merge branch 'adjust-context-to-uri' into 'master'
Changed context as specified in example See merge request oersi/metadata-form!11
This commit is contained in:
commit
f9b7ec63c5
1 changed files with 1 additions and 1 deletions
|
|
@ -699,7 +699,7 @@
|
|||
const identifier = document.getElementById("inputUrl").value;
|
||||
const datePublished = $("#datepicker1").datepicker("getDate");
|
||||
let meta = {
|
||||
"@context": "schema.org",
|
||||
"@context": "https://schema.org/",
|
||||
creativeWorkStatus: document.getElementById("inputStatus").value,
|
||||
type: "LearningResource",
|
||||
name: document.getElementById("inputTitle").value,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue