Support for extended properties for blogs in Schema
description
As Darren noticed, it's worth to have a set of Name/Value pairs for blog properties.
What should I name for their elements, Darren?
This is what you recommended and I agree with it:
<extended_properties>
<property name="..." value="..." />
<property name="..." value="..." />
<property name="..." value="..." />
<property name="..." value="..." />
</extended_properties>
Before implementation there is a question:
What will heppen for Reader tool? If we add this feature then we should have a global name for common features. It means we have to force users choose same name for a feature (i.e Blog Comment Moderation Type as FeedbackModerationType) in all blogging tools and Writer/Readers. So we need to define some pre-defined names for these Name/Value pairs.
Once you replied, I'll start implementing this feature.