Skip to content

Commit ceb89d5

Browse files
committed
Incorporated Lindsey's comments
1 parent 9c575ff commit ceb89d5

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

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

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

6-
As a {product-short} administrator, you can configure the global floating action button as a dynamic plugin by using the `global floating action button` plugin, with or without submenu options to the required pages.
6+
As a {product-short} administrator, you can configure the global floating action button as a dynamic plugin by using the `global floating action button` plugin to any {product} page that you want. You have the option to create submenus in the global floating action button by configuring any number of action buttons in the same slot in your `root.tsx` file.
77

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

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ You can configure a dynamic plugin as a floating action button to perform action
66

77
.Procedure
88

9-
* To configure a dynamic plugin as a floating action button, specify the `global.floatingactionbutton/config` mount point in your plugin configuration. For example, using the bulk-import plugin:
9+
* To configure a dynamic plugin as a floating action button, complete any of the following tasks:
10+
11+
** Specify the `global.floatingactionbutton/config` mount point in your plugin configuration. For example:
1012
+
13+
.bulk-import plugin as a floating action button example
1114
[source,yaml]
1215
----
1316
dynamicPlugins:
@@ -36,8 +39,9 @@ You can configure a dynamic plugin as a floating action button to perform action
3639
----
3740
<1> (Required) The import name with an associated component to the mount point.
3841
39-
* 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:
42+
** 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:
4043
+
44+
.floating action button that opens Github example
4145
[source,yaml]
4246
----
4347
dynamicPlugins:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ global:
1818
- dynamic-plugins.default.yaml
1919
plugins:
2020
- package: ./dynamic-plugins/dist/backstage-plugin-global-floating-action-button
21-
disabled: true
21+
disabled: false
2222
----

0 commit comments

Comments
 (0)