()
| 1484 | // Ozaria flags |
| 1485 | hasCinematicEditorAccess () { return this.isAdmin() } |
| 1486 | hasCutsceneEditorAccess () { return this.isAdmin() } |
| 1487 | hasInteractiveEditorAccess () { return this.isAdmin() } |
| 1488 | |
| 1489 | // google classroom flags for new teacher dashboard, remove `useGoogleClassroom` when old dashboard disabled |