Want to update contentCompatibility for Questionset #175
|
Hi, I want to change the 'playerContentCompatibiltyLevel' to 6 for the Question set. But if I make this change from 5 to 6, I'm worried it might mess things up for other content types. Can you confirm if my concern is valid? My idea is to create a new variable called 'playerQuestionsetCompatabilityLevel' specifically for checking compatibility with Question sets. That way, it won't affect other content. What do you think? To make this change, I will be needing a separate branch where I can work on the fix. cc: |
Replies: 1 comment
|
@rajnishdargan I have created |
@rajnishdargan
Instead of adding a new variable, we can override the
playerContentCompatibiltyLevelwhile importing, i mean you can update the module import to take config similar to how the angular core router hasforROOT,forChildand override the default value with whatever is required.I have created
release-6.0.0branch, You can work on that branch from your fork.