Skip to content

Commit 2446db4

Browse files
author
GitHub Actions
committed
Add frontend plugn wiring section
1 parent 7910793 commit 2446db4

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

assemblies/dynamic-plugins/assembly-frontend-plugin-wiring.adoc renamed to assemblies/dynamic-plugins/assembly-front-end-plugin-wiring.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[id="assembly-frontend-plugin-wiring_{context}"]
2-
= Frontend plugin wiring
3-
:context: assembly-frontend-plugin-wiring
1+
[id="assembly-front-end-plugin-wiring_{context}"]
2+
= Front-end plugin wiring
3+
:context: assembly-front-end-plugin-wiring
44

5-
You can configure frontend plugins to do the following:
5+
You can configure front-end plugins to do the following:
66

77
* Extend the internal library of available icons
88
* Declare a new full page by defining a new route

modules/dynamic-plugins/proc-customizing-and-extending-entity-tabs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ plugins:
3939
<3> The base mount point name that is available on the tab. This name is expanded to create two mount points per tab, one appended with` /context` and the second appended with `/cards`.
4040
<4> Specify the order of tabs. The tabs with higher priority values appear first.
4141

42-
You can configure dynamic frontend plugins to target the mount points exposed by the entityTabs configuration. The following are the default catalog entity routes in the default order:
42+
You can configure dynamic front-end plugins to target the mount points exposed by the entityTabs configuration. The following are the default catalog entity routes in the default order:
4343

4444
.Input parameters
4545
[cols="20%,20%,30%,30%", frame="all", options="header"]

modules/dynamic-plugins/proc-provide-additional-utility-apis.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
= Provide additional utility APIs
44

5-
If a dynamic plugin exports the plugin object returned by `createPlugin`, it is supplied to the `createApp` API. All API factories exported by the plugin are automatically registered and available in the frontend application.
5+
If a dynamic plugin exports the plugin object returned by `createPlugin`, it is supplied to the `createApp` API. All API factories exported by the plugin are automatically registered and available in the front-end application.
66

77
You can add an entry to the `dynamicPlugins.frontend` configuration when a dynamic plugin contains only API factories as shown in the following example:
88

modules/dynamic-plugins/proc-provide-custom-techdocs-addons.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
= Provide custom TechDocs addons
44

55
If a plugin provides multiple addons, each `techdocsAddon` entry specifies a unique `importName` corresponding to the addon.
6-
Frontend plugins contribute to TechDocs component, as a result, exposing the TechDocs addon component using the `techdocsAddons` configuration as shown in the following example:
6+
Front-end plugins contribute to TechDocs component, as a result, exposing the TechDocs addon component using the `techdocsAddons` configuration as shown in the following example:
77

88
[source,yaml]
99
----

titles/plugins-rhdh-install/master.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ include::modules/dynamic-plugins/proc-enable-plugins-rhdh-container-image.adoc[l
2424
include::assemblies/dynamic-plugins/assembly-extensions-plugins.adoc[leveloffset=+1]
2525

2626
// frontend plugin wiring
27-
include::assemblies/dynamic-plugins/assembly-frontend-plugin-wiring.adoc[leveloffset=+1]
27+
include::assemblies/dynamic-plugins/assembly-front-end-plugin-wiring.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)