We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7d8de commit 9859986Copy full SHA for 9859986
src/assets/Features.tsx
@@ -113,6 +113,12 @@ const RawFeatures: RawFeaturesType = {
113
id: "ignite",
114
label: "Ignite Agent",
115
},
116
+ {
117
+ color: studio.color,
118
+ icon: studio.icon,
119
+ id: "media_archiving",
120
+ label: "Canvas Studio Media Archive & Restore",
121
+ },
122
],
123
Excluded: [
124
{
@@ -165,12 +171,6 @@ const RawFeatures: RawFeaturesType = {
165
171
id: "concurrent_grading",
166
172
label: "Concurrent Grading",
167
173
168
- {
169
- color: studio.color,
170
- icon: studio.icon,
- id: "media_archiving",
- label: "Studio Media Archive & Restore",
- },
174
175
Experimentation: [],
176
"Feature Preview": [
0 commit comments