Skip to content

Commit 6c80e6d

Browse files
committed
Removed unwanted step
1 parent 018f8b7 commit 6c80e6d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ You must have sufficient permissions as a platform engineer.
99

1010
.Procedure
1111

12-
. Add the `app-config-dynamic.yaml` content into the dynamic plugins configuration file `app.config-local.yaml`.
12+
To configure a floating action button as a dynamic plugin, complete any of the following tasks:
1313

14-
. To configure a floating action button as a dynamic plugin, complete any of the following tasks:
15-
16-
** Specify the `global.floatingactionbutton/config` mount point in your `app-config-dynamic.yaml` file. For example:
14+
* Specify the `global.floatingactionbutton/config` mount point in your `app-config-dynamic.yaml` file. For example:
1715
+
1816
.Example of a bulk-import plugin as a floating action button
1917
[source,yaml]
@@ -44,7 +42,7 @@ You must have sufficient permissions as a platform engineer.
4442
----
4543
<1> (Required) The import name with an associated component to the mount point.
4644
47-
** 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:
45+
* 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:
4846
+
4947
.Example of a floating action button that opens GitHub
5048
[source,yaml]

0 commit comments

Comments
 (0)