Normally, the following yaml data:
label: First name:
should produce the following array:
array("label" => "First name:")
Here is the array produced with version 0.4.1:
array("label: First name" => "");
File containing the php code, the yaml data, the resulting output and the expected output
Log in to post a comment.
File containing the php code, the yaml data, the resulting output and the expected output