I am creating Airport Sign labels, following this Esri article.
I am struggling to make sure both front and back signs are even in widths:

The article (linked) above includes global variables that can be set to change sign appearance, but I'm struggling to find where in the arcade code this should be placed:
- var autoAdjustWidths = true
- var labelAlignment = left
- var blackBackgroundFiller = true
Being global variables, I tried placing them near the top (with color) but it's not working. Any help is appreciated!