Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.48 KB

README.md

File metadata and controls

21 lines (11 loc) · 1.48 KB

Etch.OrchardCore.ContextualEdit

Module for Orchard Core that provides widget for displaying edit controls for the current page being viewed when user has permission to edit content.

Build Status

NuGet

Orchard Core Reference

This module is referencing a stable build of Orchard Core (1.5.0).

Installing

This module is available on NuGet. Add a reference to your Orchard Core web project via the NuGet package manager. Search for "Etch.OrchardCore.ContextualEdit", ensuring include prereleases is checked.

Alternatively you can download the source or clone the repository to your local machine. Add the project to your solution that contains an Orchard Core project and add a reference to Etch.OrchardCore.ContextualEdit.

Usage

Enabling the "Contextual Edit" feature will create a new content type, "Contextual Edit" that is set to be a widget. Create a new "Contextual Edit" widget within a layer that either shows on every page or when user is authenticated. When viewing a content item, if you've got permission to edit the content you'll see an option to edit the content item being viewed.