From 8dd947f140aa21cbd545d5064bcdd38698c85d11 Mon Sep 17 00:00:00 2001 From: jason <37859597+zachowj@users.noreply.github.com> Date: Sun, 8 Sep 2024 19:13:50 -0700 Subject: [PATCH] feat(action): Add option to block input overrides in action nodes Existing nodes will retain input overrides disabled, while newly created nodes will have it enabled by default. Closes #1489 --- src/nodes/action/editor.html | 13 ++++++++++--- src/nodes/action/editor/index.ts | 2 ++ src/nodes/action/index.ts | 5 +++++ src/nodes/action/locale.json | 1 + src/nodes/action/migrations.ts | 12 ++++++++++++ test/migrations/action.test.ts | 22 +++++++++++++++++++++- 6 files changed, 51 insertions(+), 4 deletions(-) diff --git a/src/nodes/action/editor.html b/src/nodes/action/editor.html index c39e290edc..773a659254 100644 --- a/src/nodes/action/editor.html +++ b/src/nodes/action/editor.html @@ -72,10 +72,17 @@