Singleton Traits ​
These traits handle models that exist as a single instance (site settings, homepage content) or that need hostable/subdomain-aware slug routing across a parent hierarchy.
| Trait | Description |
|---|---|
| IsSingular | Stores all fillable fields as JSON in a shared modularous_singletons table |
| IsHostable | Multi-level slug routing across a BelongsTo/HasMany hierarchy |