getgrav / grav-learn

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

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

Closed aricooperdavis closed 1 year ago

aricooperdavis commented 1 year 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 1 year ago

Cheers!