You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2021/04/15 14:25:50 UTC

[brooklyn-ui] branch master updated: fix markdown

This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new 1ebfbf5  fix markdown
1ebfbf5 is described below

commit 1ebfbf5f16d9faf0b5722cbdc23ee30dfa8cf667
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Thu Apr 15 15:25:29 2021 +0100

    fix markdown
---
 docs/customizations.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/customizations.md b/docs/customizations.md
index 77599a1..f1d4809 100644
--- a/docs/customizations.md
+++ b/docs/customizations.md
@@ -13,7 +13,7 @@ There are a number of points where UI default choices can be overridden:
 
 * Composer - Custom Config Widgets: special widgets to use for config keys can be specified in a registered type's
   definition as a map tag, for example for the demo widget `suggestion-dropout` included we might have 
-      '{ ui-composer-hints: { config-widgets: [ { 
+      `{ ui-composer-hints: { config-widgets: [ { 
          key: start.timeout, suggestion-values: [ 30s, 2m, 5m, 30m, 2h, { value: forever, description: 'No timeout' ],
          widget: suggestion-dropdown, label-collapsed: fail after, label-expanded: Fail if not successful within } ] } }`
   (as shown in the accompanying `vanillia-with-custom-widget.bom`);