Skip to content

Commit

Permalink
feat(vth): add parent relation to thema and thema-content
Browse files Browse the repository at this point in the history
  • Loading branch information
bddjong authored Sep 1, 2023
1 parent 4d38c95 commit b775191
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
"type": "string",
"required": true,
"minLength": 2
},
"parent": {
"type": "relation",
"relation": "oneToOne",
"target": "api::thema.thema"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
"type": "string",
"unique": true,
"required": true
},
"parent": {
"type": "relation",
"relation": "oneToOne",
"target": "api::thema.thema"
}
}
}

0 comments on commit b775191

Please sign in to comment.