Separate names with a comma.
Comments in 'Plugin Development' started by AndrewBit, Dec 8, 2015.
How I can write an array on a .yml? This Code: array: - 1 - 2 - 3 will work?
array: - 1 - 2 - 3
no Code: array: - 1 - 2 - 3 will work
Thanks!
Both will work.