Content types

This topic is intended for administrators and developers with administration access rights in Optimizely.

Content in Optimizely can be page types and block types, folders, or media files such as images and documents. Content can also be products in a product catalog in Optimizely Commerce.

Content types and properties

Page types and block types contain the properties where editors enter information, such as a link to an image on a web page.

Image: Page and block types properties

For a content type, you define a set of properties that can hold information, such as a link to an image, a web page, or editorial text. A typical website has a set of content types that match the identified functions needed on that website.

The content type is the foundation from which you create one or many page or block instances. To display content to visitors, the page type or block type and its properties need to be mapped to corresponding rendering.

The content concept in Optimizely is based on inheritance from a "generic" content type, which then is used to create specific content types, such as a page type or a media folder. Using this feature, developers can create custom content types easily when they set up new websites.

  • You can define page types in code or from the admin view. However, you can define block types only in code.
  • For page types defined in code and for all block types, you can define "non-breaking changes" of properties in admin view.
  • You are notified if you cannot change the settings defined in code in admin view.
  • If you make changes to a page type defined in code, you can reset the changes to the original values defined in code.

Page types

Changing page type settings may cause the website to stop working. Although you can create page types in admin view, you should create them from code.

Editing a page type

Image: Edit page types, Information tab

To edit settings for an existing page type, open the page type in the admin view under Content Type > Page Types, click Settings, change the settings, and click Save.

Because you can identify page types and their properties in code or from the admin view, you can change some settings from admin view. If a page type is created from code, this is shown on the page type information page under General.

You cannot delete certain page types defined in code. These are typically page types upon which other page types are based, such as the standard or default page and the start page.

Using the Access level area, you can define which users or user groups will have access to the page type.

Creating a page type from admin view

  1. On the Manage Page Types tab, select Create New Page Type.
  2. Set values in the Information tab.

    FieldDescription
    NameEnter the name of the page type.

    Display name

    Enter the name to be displayed in the list of available page types.

    Description

    The text describing the page type, appears in the list of available page types.

    Sort index

    Determines the sorting (ascending sort order) in the list of available page types in edit view; default is 100.

    Available in edit view

    Makes the page type available for selection when creating new pages in the editorial interface. You should hide page types that are rarely used by editors, such as the start page type. You can make these available when needed, and then hide them again.

    Display Template

    Select one of the following templates to be used for the page type:

    • Web Form template path. Enter a path to the aspx page template file that displays the content of the page.
    • Web form template. Select a Web Forms template that the page type is associated with. If your developer created several templates using type classes, these appear in the list.
    • MVC template. Select a MVC template with which the page type is associated. If your developer created several templates using type classes, they appear in the list.

    Registered template

    Select to use registered page templates for displaying content. The registered page templates are available for selection in the drop-down list. You then can associate a page type with predefined page templates to display the same content using different channels.

    Advanced information

    Displays information about the GUIDStands for "globally unique identifier", class name and assembly name for the page type.

    Access level

    Determines the users and user groups for which the page type is available when creating new pages. The default setting is Everyone (available to all users and groups). See Access rights

    Do the following to limit access rights for a page type:

    1. Clear the Create check box to remove Everyone from the access level setting.
    2. Click Add users/Groups and select the relevant users or groups.
    3. Make sure that the Create check box is selected for the desired users and groups.

  3. Set values on the Default Values tab.

    You can set default values for some of the built-in properties in Optimizely CMS from admin view. You can also specify default values for the properties from code, but these are not visible in the admin view.

    Image: Edit page types, Default values tab

    PropertyDescription
    Start Publish DateSelect the Use adjusted default settings... and the value in time when the system should publish the page after it is created. Mostly used for news pages that are available on the website for a short time.
    Stop Publish DateSelect the Use adjusted default settings... and the value in time when the system should stop the page from being published. Mostly used for news pages that are available on the website for a short time.
    Display in navigation

    Select this option if the page type, for example, a news item page that should never be displayed in menus for navigation. This is done by clearing the Display in navigation property, which is then the default value for this page type.

    Sort index 
    Sort subpages

    Select how you want the pages to be sorted, according to creation date or other.

    Archive toBrowse the path to where you want the pages archived. Then, you can run a scheduled job to clean up archived pages as described in Scheduled jobs.
    Target frameSelect if the page should be opened in a new window or in the same window.

  4. Set values on the Available Page Types tab.

    When creating new pages, limit the available page types in the page type list to make it easier for editors to chose the correct page type. For example, for a News List parent page, you can specify that the only available page type is News Item.

    Image: Edit page types, Available page types tab

    OptionDescription
    Use Default SettingsRevert to default settings as defined in code for this page type.
    AllCreate pages based on all page types available in edit view.
    NoneCannot create child pages for this page type.
    SelectedManually select the available page types.

  5. Click Save.

Copying an existing page type

When you copy a page type, its properties are copied also. You can then edit the information for the page type and its properties. Copy a page type as follows:

  1. Select Copy Page Type in the Manage Page Types tab in admin view.
  2. Select the page type that you want to copy from the drop-down list and click Copy. A window appears containing the exact same properties.
  3. Edit the page type information to suit your requirements and click Save.

Copied page types are untyped and you need to add the path to the display template, otherwise pages based on the page type will not have a preview.

Block types

Block types are similar to page types, and you can modify some settings from admin view.

Image: block types

Edit the settings for an existing block type as follows:

  1. Select the block type on the Block Type tab and click Settings.
  2. Change one or several of the settings as described for Creating a page type from admin view.
  3. Click Save, (or Revert to Default if you want to restore your settings).

Other content types

By default, there are generic content types for other types of content such as folders and media files. Based on these, developers can create specific content types. You can have a specific folder or media file content type, where you can add properties such as Copyright or Photographer.