juek / CustomSections

Developer plugin for rapid prototyping of custom section types in Typesetter CMS
GNU General Public License v2.0
3 stars 7 forks source link

Some Subcontrols in Bunch control have wrong type #64

Open mahotilo opened 4 years ago

mahotilo commented 4 years ago

Subcontrols of bunchcontrol with type

["color", "date", "datetime", "datetime-local", "email", "number", "month", "password", "range", "search", "tel", "text", "time", "url", "week"];

have resulting type input_field.

So 'password' turns out to be 'text'