Skip to content

Commit 07db615

Browse files
os-zhuangclaude
andcommitted
chore(changeset): @objectstack/spec patch for userActions.editInline
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 058ebfc commit 07db615

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
'@objectstack/spec': patch
3+
---
4+
5+
feat(spec): add `userActions.editInline` toggle for inline record editing
6+
7+
`UserActionsConfigSchema` — the shared toggle set behind both a view's toolbar
8+
and a page's `interfaceConfig.userActions` — gains `editInline: boolean`
9+
(default `false`, alongside `addRecordForm`). The runtime already honors it
10+
(objectui `InterfaceListPage` reads `userActions.editInline``inlineEdit`),
11+
and the metadata-admin "Interface (list pages)" panel — which auto-renders
12+
these booleans as checkboxes — now exposes an "Edit Inline" toggle. When on,
13+
cells edit with the field's type-aware widget (the same control the form uses).
14+
A list stays read-only unless the author opts in.

0 commit comments

Comments
 (0)