Appearance
Plugin recipes
Use these recipes after completing Build your first plugin. Each recipe is based on a documented public capability and can be combined with the others inside one plugin.
| Goal | Recipe |
|---|---|
| Send product activity to analytics | Track configurator activity |
| Highlight a preferred brand | Feature a brand |
| Send a wheel to a customer product page | Resolve wheel destinations |
| Apply customer-specific price display | Customize pricing |
| Change approved startup presentation | Customize startup settings |
| Add curated content to the landing page | Add a landing section |
| Present a trusted custom workflow | Open a plugin modal |
| Notify code on the embedding website | Bridge events to the host page |
Combine recipes safely
Keep a plugin focused on one business responsibility even when it uses multiple capabilities. Use one stable plugin ID, keep deployment-specific values in typed options, and return cleanup for resources created outside the plugin API.
For exact type signatures, use the API reference.