Skip to content

Commit 2e86111

Browse files
committed
Incorporated Judy's comments
1 parent 7d3bd13 commit 2e86111

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

modules/customizing-templates/proc-enabling-software-template-version-update-notifications.adoc

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The `plugin-catalog-backend-module-scaffolder-relation-processor` module is disa
1919
.Procedure
2020

2121
. To enable the notifications, in your `{product} app-config.yaml` file, add the following codes:
22-
.. In the `dynamicPlugins:frontend` section, add the following code:
22+
.. In the `dynamicPlugins:frontend` section:
2323
+
2424
[source,yaml]
2525
----
@@ -35,7 +35,7 @@ frontend:
3535
importName: NotificationsSidebarItem
3636
path: /notifications
3737
----
38-
.. In a new section, add the following code:
38+
.. In a new section:
3939
+
4040
[source,yaml]
4141
----
@@ -56,13 +56,16 @@ scaffolder:
5656
title: 'Custom title for $ENTITY_DISPLAY_NAME'
5757
description: 'Custom description'
5858
----
59+
+
60+
where:
61+
5962
`enabled`:: Set to `true` to enable the notification. Default value is `false`.
60-
`message.title`:: Enter the notification title.
61-
`message.description`:: Enter the notification description.
63+
`message:title`:: Enter the notification title.
64+
`message:description`:: Enter the notification description.
6265

6366
[NOTE]
6467
====
65-
Both `message.title` and `message.description` support the template variable `$ENTITY_DISPLAY_NAME`. The system automatically substitutes this variable with the title (or the name, if the title is missing) of the entity scaffolded from the updated template.
68+
Both `message:title` and `message:description` support the template variable `$ENTITY_DISPLAY_NAME`. The system automatically substitutes this variable with the title (or the name, if the title is missing) of the entity scaffolded from the updated template.
6669
====
6770

6871
.Verification

0 commit comments

Comments
 (0)