You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting the value on a !g.string in the editor, you have to select it from the list to correctly get the matched string.
Ex: If you type in. foo.bar directly in the input field it comes across in the yaml as test: foo.bar. If you select the foo.bar from the strings list it shows in the yaml as test: !g.string foo.bar
The text was updated successfully, but these errors were encountered:
When setting the value on a
!g.string
in the editor, you have to select it from the list to correctly get the matched string.Ex: If you type in.
foo.bar
directly in the input field it comes across in the yaml astest: foo.bar
. If you select thefoo.bar
from the strings list it shows in the yaml astest: !g.string foo.bar
The text was updated successfully, but these errors were encountered: