diff --git a/packages/frontend-plugin-api/src/extensions/createComponentExtension.tsx b/packages/frontend-plugin-api/src/extensions/createComponentExtension.tsx index a40ee3b069..b83b2586ba 100644 --- a/packages/frontend-plugin-api/src/extensions/createComponentExtension.tsx +++ b/packages/frontend-plugin-api/src/extensions/createComponentExtension.tsx @@ -34,7 +34,9 @@ export function createComponentExtension< ref: ComponentRef; name?: string; disabled?: boolean; + /** @deprecated these will be removed in the future */ inputs?: TInputs; + /** @deprecated these will be removed in the future */ configSchema?: PortableSchema; loader: | {