Skip to main content

Posts Tagged ‘epi server’

He Puts The Pro In Programmer

Optimizely CMS 12 – Content Delivery API Integration

In the Optimizely Content Management System (CMS), a headless approach is achieved using content delivery API. This handy package can get the data into JSON format using the REST API. In Single Page, Application, and content delivery, API works very well with JavaScript languages like React, Vue, and Angular. A headless system can work with […]

Woman Hand Writing On Clipboard With A Pen.

Creating Dropdown Lists in Optimizely CMS 12 with Enum and Database

This blog will help to create single or multiple list options in CMS 12. Dropdown lists play an important role whenever we give the user to select a single value from the list. In CMS 12, single or multiple selection lists populate using “SelectOne” and “SelectMany” attributes. This attribute is in the “EPiServer.Shell.ObjectEditing” namespace. You […]