Author Aide API Initialization
enable
Controls whether to show the Match List Question type.
You would want to use this to remove Match List from the list of available Question types.
Examples
const initializationOptions = {
"config": {
"match_list": {
"enable": false
}
}
};
Values
Attribute path config.match_list.enable
Default true
Type boolean