Skip to content

Too many XmlIgnore attributes on ContentModel classes #80

@quirijnslings

Description

@quirijnslings

In Field:
[XmlIgnore]
public List Keywords
{
get
{
return KeywordValues;
}
set
{
KeywordValues = value;
}
}

Careful: there may be more examples of this in the ContentModel.cs!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions