PiranhaCMS / piranha.core

Piranha CMS is the friendly editor-focused CMS for .NET that can be used both as an integrated CMS or as a headless API.
http://piranhacms.org
MIT License
2.02k stars 561 forks source link

Piranha.Extend.Blocks.HtmlColumnBlock - Piranha Version 11.0 #2050

Closed hedronn closed 8 months ago

hedronn commented 8 months ago

Whilst upgrading from 10 -> 11.0 compiler error - Piranha.Extend.Blocks.HtmlColumnBlock not in Namespace, has the HtmlColumnBlock been deprecated in v11.0?

tidyui commented 8 months ago

Yes it was replaced by the ColumnBlock many versions ago. If you need it you should be able to copy it into your application and register it manually in your application startup!

https://github.com/PiranhaCMS/piranha.core/blob/v10.4/core/Piranha/Extend/Blocks/HtmlColumnBlock.cs