frontend-plugin-api: add coreExtensionData.title

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-09-16 00:05:27 +02:00
parent 89f191b72c
commit 8ed53eb466
5 changed files with 18 additions and 3 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 |