Merge origin/dev-v7.6 into dev-v8-zbwip (builds, not tested)
This commit is contained in:
@@ -12,5 +12,21 @@
|
||||
/// <returns>The strongly-typed model representing the published content, or the published content
|
||||
/// itself it the factory has no model for that content type.</returns>
|
||||
IPublishedContent CreateModel(IPublishedContent content);
|
||||
|
||||
T CreateModel<T>(IPublishedFragment content);
|
||||
|
||||
// fixme
|
||||
// and we'd need a
|
||||
// PublishedContentModel = ContentModel : ContentWrapper
|
||||
// PublishedFragmentModel = FragmentModel : FragmentWrapper
|
||||
//
|
||||
// ModelFactory.Meta.Model("thing").ClrType (find the our post?)
|
||||
//
|
||||
// then
|
||||
// make a plan to get NestedContent in
|
||||
// and an equivalent of Vorto with different syntax
|
||||
//
|
||||
// then
|
||||
// VARIANTS ARCHITECTURE FFS!
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user