adds new rich text element properties and removes class mapping of content type element properties. Reason for this removal is that the model class was missing many of existing properties (e.g. rich text element & text element properties are very different) and there was no benefit in using this class.
refactors language variants query - adds builder similar to addContentType query which gives developers intellisense and better control over creating variants
Features
adds new rich text element properties and removes class mapping of content type element properties. Reason for this removal is that the model class was missing many of existing properties (e.g. rich text element & text element properties are very different) and there was no benefit in using this class. (fec3fc4)
adds support for collections (fixes https://github.com/kontent-ai/management-sdk-js/issues/26) (9f653b0)
refactors language variants query - adds builder similar to addContentType query which gives developers intellisense and better control over creating variants (e4c003e)