feat: add some doc about variable usage (#6443)

* add some doc about variable usage

* add some doc about variable usage

* add some doc about variable usage
This commit is contained in:
Simon AUBERT
2026-02-16 13:54:18 +01:00
committed by GitHub
parent 8724201148
commit 634b62642f

View File

@@ -99,6 +99,8 @@ const VariablesEditor = ({ collection }) => {
<div className="mt-8 muted text-xs">
Note: As of today, runtime variables can only be set via the API - <span className="font-medium">getVar()</span>{' '}
and <span className="font-medium">setVar()</span>. <br />
You can use the <span className="font-medium">var</span> variable with the
<span className="font-medium">{'{{var}}'}</span> syntax.<br />
</div>
</StyledWrapper>
);