Silverstrap 2.2.2 released
Correct a bug on the 2.2.0 release that prevented the proper overriding of form elements by avoiding symlinks in the repository.
git or composer are not able to properly handle symlinks, so the previous approach of symlinking Includes/Form.ss
to forms/Form.ss
was not successful. Avoid the symlink in the first place by including (via template) Includes/Form.ss
from forms/Form.ss
.