Question Set Editor
...
Code Block |
---|
frameworkDefaultValues: { hospital: 'Apollo', department: 'Cardiology', ... ... } |
...
Place where above passed BMGS is currently getting fetched and getting added to question metadata
File - question.component.ts
...
...
Question - Can we stop showing this board value ?
If we have to show this value we can make it configurable:Solution:
We can make this field configurable by passing a config to resource-library
...