Using this post, I created a variable in my file. Now I want to use it to define a background color in my array :
:first-color: #C0FFEE
[%noheader]
|===
h|{set:cellbgcolor:{first-color}} My Title
|{set:cellbgcolor} First cell
|===
But It did not work, all I have is an extra "}" in my title :
Is there a way to use variable to define my backgroung color ?
