Skip to content

Commit

Permalink
Merge pull request #1226 from krgauraw/release-3.3.0
Browse files Browse the repository at this point in the history
Issue #DP-1270 fix: added learningOutcome in content schema
  • Loading branch information
amitpriyadarshi authored Oct 13, 2020
2 parents 1e41051 + 8e40197 commit 7aec8eb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/domain_model_v2/definitions/content_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -3054,6 +3054,18 @@
"defaultValue": "",
"renderingHints": "{ 'inputType': 'multiselect', 'order': 14 }",
"indexed": true
},
{
"required": false,
"propertyName": "learningOutcome",
"title": "Learning Outcome",
"description": "Learning Outcome",
"category": "Pedagogy",
"dataType": "List",
"displayProperty": "Editable",
"defaultValue": "",
"renderingHints": "{'inputType': 'table', 'order': 20}",
"indexed": true
}
],
"inRelations": [
Expand Down
12 changes: 12 additions & 0 deletions docs/domain_model_v2/definitions/content_image_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -3054,6 +3054,18 @@
"defaultValue": "",
"renderingHints": "{ 'inputType': 'multiselect', 'order': 14 }",
"indexed": true
},
{
"required": false,
"propertyName": "learningOutcome",
"title": "Learning Outcome",
"description": "Learning Outcome",
"category": "Pedagogy",
"dataType": "List",
"displayProperty": "Editable",
"defaultValue": "",
"renderingHints": "{'inputType': 'table', 'order': 20}",
"indexed": true
}
],
"inRelations": [
Expand Down

0 comments on commit 7aec8eb

Please sign in to comment.