Type mismatch when same attribute name is used with different types
rskuipers opened this issue · 0 comments
rskuipers commented
Since the attributes aren't namespaced, there's a type mismatch when you use the same attribute name in different page types with different attribute types.
The first one will be leading, perhaps we should namespace the attributes or simply throw an exception when the same attribute name with a different type is used.
I prefer the latter.