ffwagency / atomic-toolkit

Atomic Toolkit is a collection of packages for Umbraco. Its mission is to help developers and content editors fulfill their daily Umbraco tasks with less effort and more joy. So far, we have built packages related to Starter Kits, SEO, Cache, API, and more.
https://atomictoolkit.com
3 stars 0 forks source link

Added new interface IDynamicContent #3

Closed darkosubic closed 1 year ago

darkosubic commented 1 year ago

Added new interface Atomic.StarterKit.ModelsBuilder.Interfaces.IDynamicContent to simplify mapping of ViewModels

Simplified DesignPageModelMapingExtensions class to contain only 2 methods for mapping

RosenPetrovFFW commented 1 year ago

That's nice. I just want to suggest introducing a Base folder in the Pages and move the Base Page there. Also, I think it can be renamed to something like Page With Required Header. Then we can have only 1 mapping method where we check fo IPageWithRequiredHeader and add the header as first component?