From 4829b4a29b6c47942206b51b2bff2834fcceb418 Mon Sep 17 00:00:00 2001 From: HJ Date: Fri, 10 Jul 2026 11:40:19 +0100 Subject: [PATCH 1/2] Add friendly_errors_enabled attribute to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 87423558b..64134823b 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ The `editor-wc` tag accepts the following attributes, which must be provided as - `editable_instructions`: Boolean whether to show edit panel for instructions - `embedded`: Enable embedded mode which hides some functionality (defaults to `false`) - `feedback_form_url`: URL used by the Feedback link in the info panel (defaults to the Code Editor feedback form) +- `friendly_errors_enabled`: Show friendly Python errors (defaults to `false`) - `host_styles`: Styles passed into the web component from the host page - `identifier`: Load the project with this identifier from the database - `instructions`: Stringified JSON containing steps to be displayed in the instructions panel in the sidebar From e3859abbe1708e857f6fd30301e9276aaee77fc2 Mon Sep 17 00:00:00 2001 From: cocomarine Date: Mon, 13 Jul 2026 08:56:12 +0100 Subject: [PATCH 2/2] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64134823b..a7714d1c2 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ The `editor-wc` tag accepts the following attributes, which must be provided as - `editable_instructions`: Boolean whether to show edit panel for instructions - `embedded`: Enable embedded mode which hides some functionality (defaults to `false`) - `feedback_form_url`: URL used by the Feedback link in the info panel (defaults to the Code Editor feedback form) -- `friendly_errors_enabled`: Show friendly Python errors (defaults to `false`) +- `friendly_errors_enabled`: Enable friendly Python errors (defaults to `false`) - `host_styles`: Styles passed into the web component from the host page - `identifier`: Load the project with this identifier from the database - `instructions`: Stringified JSON containing steps to be displayed in the instructions panel in the sidebar