// The plugin "gear" on Settings -> Plugins always opens /plugins/configure/, // which renders THIS workflow's form (the core configure route has no redirect // hook -- server/routes/plugins.js). dev-deploy's real settings live in its own // dashboard, so this single step bounces straight there with NO extra click. // // NOTE: blurb MUST be an ARRAY -- the array path is rendered raw (form.ts join), // whereas a string blurb is run through the text() XSS whitelist, which strips // `, ``, `

Opening the dev-deploy dashboard… Open the dev-deploy dashboard

`, ], fields: [] }) } ] }); module.exports = { configurationWorkflow };