I just released version 1.0 of Page Type Builder. Go and grab it here!
This release contains a few fixes and tweaks, many thanks to Henrik Nyström. It also features the ability to disable page type updation through configuration which can come in handy when working in a large project with many developers as well as in other situations.
Do disable page type updation insert a config section of type PageTypeBuilder.Configuration.PageTypeBuilderConfiguration into your web.config and set the disablePageTypeUpdation to true, like this:
<configuration>
<configSections>
<section name="pageTypeBuilder"
type="PageTypeBuilder.Configuration.PageTypeBuilderConfiguration,
PageTypeBuilder"/>
</configSections>
<pageTypeBuilder disablePageTypeUpdation="true" />
</configuration>
I’ll soon post a tutorial on how to work with Page Type Builder and I will also be speaking on that subject at the EPiServer developer meeting in Stockholm tomorrow night.
Thanks to everyone who have helped out with the project so far! Especially Daniel Rodin and Crisitan Libardo whose help and ideas have been invaluable!
PS. For updates about new posts, sites I find useful and the occasional rant you can follow me on Twitter. You are also most welcome to subscribe to the RSS-feed.
This blog is built with EPiServer Community, EPiServer CMS, ASP.NET MVC and a bunch of other great products. The source code is available for download at the projects page, where you also can read more about this site and my other projects.
read more
Comments
Henrik Nystrom 1 years ago
Awesome Joel! Let me know when it's time to start the planning for 2.0! :)
Joel Abrahamsson 1 years ago
You made 0.9 -> 1.0 easy, but thanks :)
Ted Nyberg 1 years ago
I think people - slowly but surely - will start to realize just what kind of impact this approach can have on EPiServer development. Truly amazing work, Joel! Looking forward to your presentation tomorrow at the developer meetup!
MKSE.com Martin 1 years ago
Great that you're there to pick up what EPi left ;)
Erik Nordin 1 years ago
Amazing work. I will never start a new EPiServer-project without PTB, never ever! :) Looking forward to hear your presentation tonight.
Emil 1 years ago
Great work, Joel! Coding in EPiServer has become so much more intuitive and fun with the advent of PageType builder. Keep up the good work! :-)