Account Layout
As specified in the Overview, the account pages have to be static and have their own layout. Currently the layout is just a blank layout. However, if you want to customise the pages and have your own logo or make them fit the style of your site, you can create a Layout component and then just replace the Layout set in the appSettings
"AccountLayout": "ZauberCMS.Components.Pages.BlankLayout",
Just like the built in one, make sure to use the full namespace when setting your layout
Last updated