The Listing Details screen displays the full detail of a wizard template marketplace listing and is available atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/fw/wizards/marketplace/:listingId.
Overview
This screen loads a marketplace listing viauseMarketplaceListing identified by listingId. The breadcrumb label is set to listing.title via useEntityBreadcrumb. The listing detail shows metadata and step structure (via WizardStep type). User reviews and ratings are loaded via useListingRatings. Cloning is initiated by CloneFromMarketplaceDialog; on success the user is navigated to /fw/wizards/:id/edit for the cloned template. A rating submission form (stars + text review) is present inline, submitted via useMarketplaceMutation. Wizard steps are shown in a collapsible list.
Who it’s for
No explicit permission gate on this route.Before you start
- Reach this screen from the Marketplace (
/fw/wizards/marketplace) by clicking a listing. - You must be logged in; the current organization is used for cloning.
Steps
Open a listing
Navigate to
/fw/wizards/marketplace/:listingId or click a listing in the marketplace.Clone the template
Click Clone to open
CloneFromMarketplaceDialog and add this template to your organization.Key concepts
- Clone — copies the marketplace template into the current organization as a new wizard template, then navigates to the wizard builder.
- WizardStep — the structured steps that define the wizard template flow.
Related
Forms & Workflow
Forms & Workflow core overview.
Governance & parity
Documentation coverage and governance.
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/fw.tsx
- src/platform/wizards/pages/MarketplaceListingDetailPage.tsx