From ba0b9d6888a32531e327325da7856f24c9d991d5 Mon Sep 17 00:00:00 2001 From: Davide Iadeluca Date: Tue, 8 Oct 2024 07:29:40 +0200 Subject: [PATCH] docs: update extend doc to consider new Compat Exports Follow up of https://github.com/flarum/framework/pull/4006 --- docs/extend/interactive-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extend/interactive-components.md b/docs/extend/interactive-components.md index ae1c30263..98d3fc234 100644 --- a/docs/extend/interactive-components.md +++ b/docs/extend/interactive-components.md @@ -3,7 +3,7 @@ Often, you'll want to trigger interactive components in addition to whatever content/animations you have on a given page. Depending on the nature of your extension, you may want to define custom interactive elements or reuse or extend existing ones. -Remember that all [components](frontend.md#components) used in Flarum core are exported and made available for extensions to reuse. A full list is available in our [API documentation](https://api.docs.flarum.org/js/master/identifiers.html). +All [components](frontend.md#components) and [utilities](frontend.md#flarum-utils) from Flarum core and bundled extensions are exported, making them available for reuse in other extensions. A full list is available in our [API documentation](https://api.docs.flarum.org/js/master/identifiers.html). ## Alerts