Skip to content

Commit

Permalink
enable include-uri features for editor-document, editor-document-fold…
Browse files Browse the repository at this point in the history
…er and dcoument-container
  • Loading branch information
elpoelma committed Dec 13, 2024
1 parent ce1cb3b commit db9d676
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/light-wasps-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-reglementaire-bijlage": patch
---

Enable `include-uri` feature for the `editor-document-folder`, `document-container` and `editor-document` models
3 changes: 3 additions & 0 deletions config/resources/editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"inverse": true
}
},
"features": ["include-uri"],
"new-resource-base": "http://data.lblod.info/editor-documents/"
},
"document-containers": {
Expand Down Expand Up @@ -84,6 +85,7 @@
"cardinality": "many"
}
},
"features": ["include-uri"],
"new-resource-base": "http://data.lblod.info/document-containers/"
},
"editor-document-folders": {
Expand All @@ -95,6 +97,7 @@
"predicate": "ext:EditorDocumentFolderName"
}
},
"features": ["include-uri"],
"new-resource-base": "http://data.lblod.info/editor-document-folders/"
}
}
Expand Down

0 comments on commit db9d676

Please sign in to comment.