From baf9275778516c2d056d8015c265a79cac4c9522 Mon Sep 17 00:00:00 2001 From: Ranga Reddy Date: Mon, 7 Aug 2023 07:32:49 +0000 Subject: [PATCH] highlight variable types --- docs/build/di-variables/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build/di-variables/index.md b/docs/build/di-variables/index.md index 06911de1..9553ae81 100644 --- a/docs/build/di-variables/index.md +++ b/docs/build/di-variables/index.md @@ -18,11 +18,11 @@ They can be used in most Build configuration and input fields that take inputs o Two kinds of variables can be defined: -`Global variables` +**Global variables** : It is defined by the administrator in the configuration file at deployment time and cannot be set by a normal user. -`Project variables (User-defined)` +**Project variables (User-defined)** : It is defined by the user in the UI. Project variables can only be used in the same project.