enonic / xp

Enonic XP
https://enonic.com
GNU General Public License v3.0
201 stars 34 forks source link

InputTypeName issues #8470

Closed rymsha closed 3 years ago

rymsha commented 3 years ago
rymsha commented 3 years ago

model.xsd also marks it as required <xs:attribute name="type" type="xs:string" use="required"/>

rymsha commented 3 years ago

case insensitivity is not mentioned anywhere - but probably done for backwards compatibility

docs don't mention custom input types anywhere, but not making it an Enum was probably done for forward compatibility.