You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The console now renders action params through the same field-widget renderer
the record form uses (objectui ADR-0059), so inline params can declare the
widget config the form widgets consume: `multiple` (array value shape,
mirrors FieldSchema.multiple) and the upload constraints `accept` (MIME
types / extensions) + `maxSize` (bytes, positive integer) for file/image
params. Field-backed params keep inheriting these from the referenced field
at runtime; inline values override. Purely additive.
Docs: regenerated references/ui/action.mdx; ui/actions.mdx notes that any
FieldType param renders its real widget (file upload, lookup picker,
richtext, ...). Changeset: @objectstack/spec minor.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Rg7oavKSUdb2KzYEEYrCHX
0 commit comments