Try our conversational search powered by Generative AI!

Get the latest!

Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.

Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World

Syndication and sharing

loading
  • Posted on: Dec 06, 2013
    Rating:

    Create custom views You might have already known that in EPiServer 7.5, it is possible to create custom views in Edit mode beside the built-in “On page edit” and “All properties” views. In the simplest practice, all you need is to create a widget...

  • Syndicated blog - Posted on: Dec 06, 2013

    The web is dynamic in nature and there are many reasons the idea of a PageType does not scale for what’s on the horizon in web development. I’ve posted on the Making Waves Blog. Read the complete blog post here.

  • Syndicated blog - Posted on: Dec 06, 2013

    We can use any attribute developed for CMS, in our commerce content type models. e.g.  ContentType attributes, Access attributes, AvailableContentTypes attributes, TemplateDescriptor attribute, Property attributes, Image URL attribute and Default...

  • Syndicated blog - Posted on: Dec 05, 2013

    We can create Strongly typed models just by inheriting a proper type from EPiServer.Commerce.Catalog.ContentTypes and and decorating it with the ContentTypeAttribute attribute. that means those types will be available as ContentData. To create...

  • Posted on: Dec 05, 2013
    Rating:

    In EPiServer 7.5, there is a new standarized way how to add localized texts for content types. In previous versions of EPiServer there was separate section for each content type, for instance: Page List Displays a list of pages, for example to...

  • Posted on: Dec 05, 2013
    Rating:

    This post is most an overview of the changes we have done around deployment and how a site is “packaged”. There are much more information about deployment and cloud support in the CMS SDK under “Developer Guide/Deployment”. For example can...

  • Posted on: Dec 04, 2013
    Rating:

    In this blog post I’ll describe how to set a custom root for a category property. The code for this is pretty simple: [EditorDescriptorRegistration(TargetType = typeof(CategoryList), UIHint = "customcategoryroot", EditorDescriptorBehavior =...

  • Posted on: Dec 04, 2013
    Rating:

    In this blog post I will describe one new feature in EPiServer 7.5 as well as another feature that was actually removed in a last minute change (as well as describing how you can implement this yourself). The feature that was removed was an...