Try our conversational search powered by Generative AI!

Remove beta from "beta/epiReady"

Fixed in

EPiServer.CMS.UI 11.24.0

(Or a related package)

Created

Feb 26, 2020

Updated

Jan 07, 2022

Area

CMS UI

State

Closed, Acceptance tests pass


Description

A new event called beta/epiReady was introduced in CMS UI 11.11.0. This event contains information regarding whether the current content is editable. In addition to that event, a beta object was added to window.epi which contains 3 properties:

epi: {
    isEditable: false, // true in edit mode, and false in preview mode
    inEditMode: true,  // true in both edit mode and preview mode
    ready: true  // true if the property isEditable has been initialized        
}​

This story removes the beta stamp from this feature, making it accessible to all users.