In alloy demo site, there is a property on StartPage called SiteLogotype which is from type SiteLogotypeBlock. How can I use a custom class instead?
To me it doesn't make sense to have a block if I don't intent to let the editors create it anywhere in the site.
You can set AvailableInEditMode to false if you don't want the block to be used as a shared block.
In alloy demo site, there is a property on StartPage called SiteLogotype which is from type SiteLogotypeBlock. How can I use a custom class instead?
To me it doesn't make sense to have a block if I don't intent to let the editors create it anywhere in the site.