getgrav / grav-learn

Grav Learn (exhaustive grav documentation)
http://learn.getgrav.org
MIT License
233 stars 789 forks source link

Documented `value_type` attribute for Array fields (#1043) #1044

Closed aricooperdavis closed 2 years ago

aricooperdavis commented 2 years ago

The Array field introduced in the Form plugin has an undocumented property value_type which can be set to value_type: textarea to change the value entry element from an <input> to a <textarea>.

image image

This pull-request documents this behaviour in the appropriate blueprint fields reference page.

rhukster commented 2 years ago

Cheers!