optimizely-development
Installation
SKILL.md
Optimizely CMS Development
Overview
This skill covers core Optimizely CMS (formerly Episerver) development patterns including content types, initialization modules, and the content API.
Content Types
Page Types
using EPiServer.Core;
using EPiServer.DataAnnotations;
using System.ComponentModel.DataAnnotations;