April 2021
April 14, 2021
- Added the ability to add a
placeholder
to form fields. Canvas developers can access theplaceholder
value using thefields
array in thecms.form()
function.
- Changed redirect rules for the primary domain associated to a site.
- Fixed usage of
helpText
in forms, prefers usage ofhelp_text
instead (This feature is backwards compatible andhelpText
will continue to work).