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
@@ -20,6 +20,7 @@ import { createExtensionDataRef } from './createExtensionDataRef';
/** @public */
export const coreExtensionData = {
title: createExtensionDataRef<string>().with({ id: 'core.title' }),
reactElement: createExtensionDataRef<JSX.Element>().with({
id: 'core.reactElement',
}),