AssignmentEditorSettings¶ class AssignmentEditorSettings[source]¶ The configurable editor settings exposed for an assignment. max_paste_size: int | None¶ The maximum number of characters allowed in a single paste in the code editor. 0 blocks all pastes. default_panel: Literal['ai-assistant', 'auto-test', 'closed', 'description', 'files', 'help'] | None¶ The right panel the code editor opens on. null when the assignment defers to the tenant default.