I want to create a button which renders in collections view, details view as well as connected collection details. Is this possible?
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Cant use extensions/ custom extensions | 2 | 66 | December 17, 2025 | |
| How can I add a custom button in explore page | 1 | 33 | April 20, 2026 | |
| Title: Custom Display Extension Gets 403 Forbidden Despite Correct Permissions (Directus 11) | 2 | 48 | December 5, 2025 | |
| Custom interface in extension bundle | 1 | 137 | June 4, 2025 | |
| Extended fields for specific tenant/team | 0 | 42 | December 31, 2025 |
In their most basic shape, Directus extensions are "just" Vue components, so you can do a lot within that. In this case it sounds like you're looking for either an interface or display. What are you trying to build?
– rijkvanzanten