From 500b6b162041a2b4b3f8380b589194a3833497b5 Mon Sep 17 00:00:00 2001 From: r-dev Date: Fri, 3 Apr 2026 10:51:05 +0200 Subject: [PATCH] feat(custom-fields) : add machineContextOnly toggle in structure editors Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/app/components/PieceModelStructureEditor.vue | 5 +++++ frontend/app/components/StructureNodeEditor.vue | 4 ++++ frontend/app/composables/usePieceStructureEditorLogic.ts | 3 +++ frontend/app/composables/useStructureNodeCrud.ts | 1 + 4 files changed, 13 insertions(+) diff --git a/frontend/app/components/PieceModelStructureEditor.vue b/frontend/app/components/PieceModelStructureEditor.vue index c26a7fc..4baf26a 100644 --- a/frontend/app/components/PieceModelStructureEditor.vue +++ b/frontend/app/components/PieceModelStructureEditor.vue @@ -124,6 +124,11 @@ Obligatoire +
+ + Contexte machine uniquement +
+