-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Jamie Pollock edited this page Jan 22, 2024
·
1 revision
For the most update to date information check the readme.
In most cases adding Rhythm.Drop.Umbraco to your main web project will be enough to get you up and running. However in certain projects you may want to split your code out into different projects and not include the kitchen sink when doing so.
This table will determine what is where.
Package | Purpose |
---|---|
Rhythm.Drop.Umbraco | Contains everything needed to run and install Rhythm.Drop with Umbraco |
Rhythm.Drop.Umbraco.Mapping | Contains logic for mapping to the models using Umbraco's UmbracoMapper |
Rhythm.Drop.Umbraco.Builders | Contains data builders specifically for use with Umbraco specific models. |
Rhythm.Drop.Umbraco.Web | Contains the modifications for Rhythm.Drop.Web geared towards Umbraco |