Tenants
TenantsSettings
Tenant settings and feature flags editor for admin tenant configuration.
TenantsSettings
Renders an editable settings panel for a tenant including general config fields (name, domain, timezone) and a feature flags section with toggles for enabling/disabling capabilities per tenant.
Components
<XAdminTenantsSettings />
Displays tenant general settings and feature flag toggles with save controls for admin configuration.
<XAdminTenantsSettings :tenantId="tenantId" />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
tenantId | string | — | ID of the tenant to configure |
endpoint | string | '/api/admin/tenants' | Base API endpoint |
loading | boolean | false | Show loading skeleton |
showFeatureFlags | boolean | true | Show the feature flags toggle section |
readonly | boolean | false | Disable all editing controls |
AI Context
component: XAdminTenantsSettings
package: "@xenterprises/nuxt-x-app-admin"
category: Tenants
use-when: Editing a tenant's configuration and toggling per-tenant feature flags in an admin panel
