Author API Initialization
filter
Controls which Activities are to be displayed and can be accessed by authors.
Examples
var initializationOptions = {
"config": {
"activity_list": {
"filter": {
"restricted": {
"tags": {
"all": [
{
"type": "Depth of Knowledge",
"name": "1"
}
]
}
}
}
}
}
};
Values
Attribute path config.activity_list.filter
Type object
Properties
-
restricted object
Configuration options for filters which are applied to the Activity list view.