()
| 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 |
| 1490 | showGoogleClassroom () { return !(features?.chinaUx != null ? features?.chinaUx : false) && !me.isCodeNinja() } |