CnEditSetupModal
Isolated NcDialog (ADR-004 modal isolation) that edits the first-run setup
wizard in the working manifest copy (ADR-041): the steps an administrator
walks through the first time an app is opened. All edits mutate the passed
working copy only.
Reads and writes manifest.setup, whose steps the app's setup wizard renders in
order. A step can collect configuration fields or run an action, so the wizard
covers both "tell us this" and "do this for me".
Opened by CnBuildiqEditButton's "Edit setup wizard…" item, and mountable on its own surface by any consumer.
Import
import { CnEditSetupModal } from '@conduction/nextcloud-vue'
Props
| Prop | Type | Default | Description |
|---|---|---|---|
working | Object | null | The working manifest copy whose setup block is edited in place. |
Events
| Event | Payload | Description |
|---|---|---|
close |