feat(custom-fields) : add machineContextOnly toggle in structure editors

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-03 10:51:05 +02:00
parent 54203db328
commit 500b6b1620
4 changed files with 13 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ export function useStructureNodeCrud(props: StructureNodeCrudDeps) {
required: false,
optionsText: '',
options: [],
machineContextOnly: false,
orderIndex: nextIndex,
})
reindexCustomFields()