Skip to content

Commit 38c76ce

Browse files
committed
Incorporated Fabrice's final comments
1 parent 90946c1 commit 38c76ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ To configure a floating action button as a dynamic plugin, complete any of the f
7575
toolTip: 'Github'
7676
to: https://github.com/redhat-developer/rhdh-plugins
7777
----
78-
`frontend:mountPoints:importName`:: (Required) The import name with an associated component to the mount point.
79-
`frontend:mountPoints:importName:icon`:: Use the `svg` value to display the `Quay` icon.
78+
`frontend:mountPoints:importName`:: Enter the import name with an associated component to the mount point.
79+
`frontend:mountPoints:importName:icon`:: (Optional) Enter the icon in Scalable Vector Graphics (SVG) format to display the `Quay` icon.
8080

8181
* To configure a floating action button that contains a submenu, define the `global.floatingactionbutton/config` mount point in the same `slot` field in your `dynamic-plugins.yaml` file for multiple actions. The default slot is `page-end` when not specified. For example:
8282
+
@@ -168,7 +168,7 @@ To configure a floating action button as a dynamic plugin, complete any of the f
168168
icon: bulkImportIcon
169169
text: Bulk import
170170
----
171-
`frontend:mountPoints:importName`:: (Required) The import name with an associated component to the mount point.
171+
`frontend:mountPoints:importName`:: Enter the import name with an associated component to the mount point.
172172

173173
* To hide a floating action button on specific pages, configure the `global.floatingactionbutton/config` mount point in the `backstage-plugin-global-floating-action-button` plugin and set the `excludeOnPaths` property as shown in the following example:
174174
+
@@ -202,4 +202,4 @@ To configure a floating action button as a dynamic plugin, complete any of the f
202202
icon: bulkImportIcon
203203
text: Bulk import
204204
----
205-
`frontend:mountPoints:importName`:: (Required) The import name with an associated component to the mount point.
205+
`frontend:mountPoints:importName`:: Enter the import name with an associated component to the mount point.

0 commit comments

Comments
 (0)