EPiServer  /  CMS August 24, 2009

Page Type Builder 1.0 Released!

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.

Joel Abrahamsson

Joel Abrahamsson

I'm a passionate web developer and systems architect living in Stockholm, Sweden. I work as CTO for a large media site and enjoy developing with all technologies, especially .NET, Node.js, and ElasticSearch. Read more

Comments

comments powered by Disqus

My book

Want a structured way to learn EPiServer 7 development? Check out my book on Leanpub!

More about EPiServer CMS