Merge pull request #31154 from backstage/rugvip/title

frontend-plugin-api: add coreExtensionData.title
This commit is contained in:
Patrik Oldsberg
2025-10-07 16:31:51 +02:00
committed by GitHub
4 changed files with 15 additions and 0 deletions
@@ -34,6 +34,14 @@ const examplePage = createExtension({
});
```
### `title`
| id | type |
| :----------: | :------: |
| `core.title` | `string` |
The `title` data reference can be used for defining the extension input/output of string titles.
### `routePath`
| id | type |