Lynicon's editor system is a generic and adaptable way of providing editing of the data stored in the Data API. Essentially, a DataRoute processing a request uses an inheritor of EditorRedirect (chosen by the type of data being requested) to decide whether the request should be diverted to a special controller. This controller (which will normally inherit from EditorController) creates a page with form elements which when posted back, are used to update the relevant content item via model binding.
General
Content
Integrations
Add Comment