CONFIGURING A DATA TYPE TO YOUR NEEDS

You have seen the extreme flexibility of the built-in data types that ship with Umbraco. But what if you need to create your own variation of one of the data types described in the previous section? For example, you may need a rich text editor but you don't want all the bells and whistles that are in the standard one. You can easily create a new data type based on the TinyMCE control type (just like the built-in Richtext Editor data type). Just follow these steps:

  1. In the Developer section, right-click Data Types and click the Create menu item.
  2. Provide a name for your new data type, something unique, as shown in Figure D-20.

    FIGURE D-20

    image

  3. In the resulting right pane, select TinyMCE v3 wysiwig as the Render Control.
  4. Click the Save button in the top toolbar. The settings specific to the TinyMCE control are revealed in the pane at the bottom.
  5. Configure the control to your needs and save it once again.

Now you can use the newly created data type in your document types, and it is rendered for editors in the Content section.

This process can, of course, be implemented with all the data types and each one will have its own settings and variations.

image If you need to create a new data type with your own custom input control, see Chapter 12.

Get Umbraco User's Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.