Skip to content

Commit 1044212

Browse files
author
GitHub Actions
committed
Apply new suggestions
1 parent b19460d commit 1044212

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

modules/dynamic-plugins/con-dynamic-front-end-plugins-for-application-use.adoc

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@ Wiring is specifically required for, but not limited to, the following scenarios
1111
|===
1212
|Scenario|Wiring configuration|Description
1313

14+
|{installing-and-viewing-plugins-book-link}#proc-customizing-and-extending-entity-tabs.adoc_assembly-front-end-plugin-wiring[Extending entity tabs]
15+
|`entityTabs`
16+
|When adding a new tab to the Catalog entity view or customizing an existing one.
17+
18+
|{installing-and-viewing-plugins-book-link}#proc-binding-to-existing-plugins.adoc_assembly-front-end-plugin-wiring[Binding routes]
19+
|`routeBindings`
20+
|When linking a route in one plugin to an external route defined by another plugin.
21+
22+
|{installing-and-viewing-plugins-book-link}#proc-provide-additional-utility-apis.adoc_assembly-front-end-plugin-wiring[Integrating custom APIs]
23+
|`apiFactories`
24+
|When a plugin provides a custom utility API implementation or overrides an existing one.
25+
1426
|{installing-and-viewing-plugins-book-link}#proc-defining-dynamic-routes-for-new-plugin-pages.adoc_assembly-front-end-plugin-wiring[Enabling new pages/Routes]
1527
|`dynamicRoutes`
1628
|When adding a full new page and route to the application (for example, `/my-plugin`).
@@ -23,18 +35,6 @@ Wiring is specifically required for, but not limited to, the following scenarios
2335
|`dynamicRoutes.menuItem`, `menuItems`
2436
|When adding a new entry to the main sidebar or customizing its order/nesting.
2537

26-
|{installing-and-viewing-plugins-book-link}#proc-provide-additional-utility-apis.adoc_assembly-front-end-plugin-wiring[Integrating custom APIs]
27-
|`apiFactories`
28-
|When a plugin provides a custom utility API implementation or overrides an existing one.
29-
30-
|{installing-and-viewing-plugins-book-link}#proc-customizing-and-extending-entity-tabs.adoc_assembly-front-end-plugin-wiring[Extending entity tabs]
31-
|`entityTabs`
32-
|When adding a new tab to the Catalog entity view or customizing an existing one.
33-
34-
|{installing-and-viewing-plugins-book-link}#proc-binding-to-existing-plugins.adoc_assembly-front-end-plugin-wiring[Binding routes]
35-
|`routeBindings`
36-
|When linking a route in one plugin to an external route defined by another plugin.
37-
3838
|{installing-and-viewing-plugins-book-link}#proc-extending-internal-icon-catalog.adoc_assembly-front-end-plugin-wiring[Adding icons/Theming]
3939
|`appIcons`, `themes`
4040
|When adding custom icons to the application catalog or defining a new {product-custom-resource-type} theme.

0 commit comments

Comments
 (0)