Closed eldare closed 3 years ago
I would like to create an array of Strings as my configuration variable. But it doesn't seem to work.
String
Am I doing something wrong, or arrays are not supported? I've tried the following, it fails to create Natrium.swift
Natrium.swift
variables: listOfStuff: ["aaa", "bbb"] anotherList: - abc - efg
Thank you.
I would like to create an array of
String
s as my configuration variable. But it doesn't seem to work.Am I doing something wrong, or arrays are not supported? I've tried the following, it fails to create
Natrium.swift
Thank you.