This is a proof of concept for a structured content solution for DNN Platform.
This should not be used in a production environment. Anything can change at this stage of development.
DesktopModules\Admin\Dnn.PersonaBar\Modules\
folder of that websiteDnn.StructuredContent.sln
solution.Package
button in Visual Studio to start a build.Extensions
and then Available extensions
and you should be able to install the module on the instance.Deploy ...
Options in that same dropdown you used Package
and then attach the debugger to the website.The project includes some nice build/release automations. In order to create a new release:
main
branch, this is reserved for official published releasesdevelop
branch the things you plan on publishing on the next version and assign that mileston to each PR.release/x.x.x
where x.x.x is the version you want to release (must match some milestones of merged PRs)release/x.x.x
branch into the main
branch, within a few minutes a new "non-beta" unpublished release will be ready for you to adjust/publish.