Skip to content

Commit 018f8b7

Browse files
committed
Removed the part that talked about enabling
1 parent a8ec9cb commit 018f8b7

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,6 @@ You must have sufficient permissions as a platform engineer.
1111

1212
. Add the `app-config-dynamic.yaml` content into the dynamic plugins configuration file `app.config-local.yaml`.
1313

14-
. Set the disabled property to `false` in `app.config-local.yaml`. For example:
15-
+
16-
.Example `{my-app-config-file}` file
17-
[source,yaml]
18-
----
19-
global:
20-
dynamic:
21-
includes:
22-
- dynamic-plugins.default.yaml
23-
plugins:
24-
- package: ./dynamic-plugins/dist/backstage-plugin-global-floating-action-button
25-
disabled: false
26-
----
27-
2814
. To configure a floating action button as a dynamic plugin, complete any of the following tasks:
2915

3016
** Specify the `global.floatingactionbutton/config` mount point in your `app-config-dynamic.yaml` file. For example:

0 commit comments

Comments
 (0)