Update docs/frontend-system/architecture/03-extensions.md

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Philipp Hugenroth <tudi2d@users.noreply.github.com>
This commit is contained in:
Philipp Hugenroth
2024-01-30 11:18:10 +01:00
committed by GitHub
parent 2c5a49ec61
commit c25c129ad1
@@ -135,7 +135,7 @@ const extension = createExtension({
We provide default `coreExtensionData`, which provides commonly used `ExtensionDataRef`s - e.g. for `React.JSX.Element` and `RouteRef`. They can be used when creating your own extension. For example, the React Element extension data that we defined above is already provided as `coreExtensionData.reactElement`.
For a full list and explanations of all types of core extension data, see the [core extension data reference](../building-plugins/04-built-in-data-refs.md). -->
For a full list and explanations of all types of core extension data, see the [core extension data reference](../building-plugins/04-built-in-data-refs.md).
### Optional Extension Data