Skip to content

Commit d4d6d94

Browse files
pabel-rhjmagak
authored andcommitted
Incorporated Heena's comments
1 parent 29d2697 commit d4d6d94

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

assemblies/assembly-configuring-a-floating-action-button.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
[id="{context}"]
44
= Configuring a floating action button in {product}
55

6-
As a {product-short} administrator, you can use the floating action button to configure any action button as a floating button in any page in the {product-short} instance as you want. The floating action button is preinstalled on a {product-short} instance and disabled by default. You can also configure floating action buttons to display as submenu options within the main floating action button.
6+
You can use the floating action button plugin to configure any action button as a floating button in any page in the {product-short} instance as you want. The floating action button plugin is disabled by default. You can also configure floating action buttons to display as submenu options within the main floating action button.
77

88
include::modules/configuring-a-floating-action-button/proc-configuring-floating-action-button-as-a-dynamic-plugin.adoc[leveloffset=+1]

modules/configuring-a-floating-action-button/proc-configuring-floating-action-button-as-a-dynamic-plugin.adoc

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22
[id="proc-configuring-floating-action-button-as-a-dynamic-plugin_{context}"]
33
= Configuring a floating action button as a dynamic plugin
44

5-
You can configure a dynamic plugin as a floating action button to perform actions or open an internal or external link.
5+
You can configure the floating action button as a dynamic plugin to perform actions or open an internal or external link.
6+
7+
.Prerequisties
8+
You must have sufficient permissions as a platform engineer.
69

710
.Procedure
811

912
. Add the `app-config-dynamic.yaml` content into `app.config-local.yaml`.
1013

11-
. Set the disabled property to `false`. For example:
14+
. Set the disabled property to `false` in `app.config-local.yaml`. For example:
1215
+
1316
[source,yaml]
1417
----
@@ -21,11 +24,11 @@ global:
2124
disabled: false
2225
----
2326

24-
. To configure a dynamic plugin as a floating action button, complete any of the following tasks:
27+
. To configure a floating action button as a dynamic plugin, complete any of the following tasks:
2528

26-
** Specify the `global.floatingactionbutton/config` mount point in your plugin configuration. For example:
29+
** Specify the `global.floatingactionbutton/config` mount point in your `app-config-dynamic.yaml` file. For example:
2730
+
28-
.bulk-import plugin as a floating action button example
31+
.Example of a bulk-import plugin as a floating action button
2932
[source,yaml]
3033
----
3134
dynamicPlugins:
@@ -54,9 +57,9 @@ global:
5457
----
5558
<1> (Required) The import name with an associated component to the mount point.
5659
57-
** To configure a dynamic plugin as a floating action button that opens an external link, specify the `global.floatingactionbutton/config` mount point in the `backstage-plugin-global-floating-action-button` plugin. For example:
60+
** To configure a dynamic plugin as a floating action button that opens an external link, specify the `global.floatingactionbutton/config` mount point in your `app-config-dynamic.yaml` file. For example:
5861
+
59-
.floating action button that opens Github example
62+
.Example of a floating action button that opens GitHub
6063
[source,yaml]
6164
----
6265
dynamicPlugins:
@@ -74,6 +77,9 @@ global:
7477
to: https://github.com/redhat-developer/rhdh-plugins
7578
----
7679
80+
== Floating action button parameters
81+
Use the parameters as shown in the following table to configure your floating action button plugin.
82+
7783
.Floating action button parameters
7884
|===
7985
| Name | Description | Type | Default value | Required

0 commit comments

Comments
 (0)