frontend-app-api: move root extension to be an input on core instead

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-10-10 13:43:51 +02:00
parent d2b73acde3
commit d7c5d80c57
9 changed files with 81 additions and 112 deletions
@@ -85,7 +85,7 @@ const TechDocsPage = createExtension({
const outputExtension = createExtension({
id: 'test.output',
attachTo: { id: 'root', input: 'default' },
attachTo: { id: 'core', input: 'root' },
inputs: {
names: createExtensionInput({
name: nameExtensionDataRef,