Content Editor
Visual components made available to users in the Content Editor.
The Context Menu integration reveals a list of options to the user in the context menu under a special node called Scripts. The Sitecore rules engine may be used to control visibility and enabled state. The script is only executed when the option is clicked.
- 1.Begin by adding a new script to the Context Menu library. The name of the script will appear in the context menu.
- 2.Edit the script to perform the appropriate actions. The script can run in the background and show dialogs.
- 3.Change the icon of the item to match the script purpose.
- 4.Configure any Enable or Show rules as needed.
Note: Examples included in the following modules
- Authoring Instrumentation
- Copy Renderings
- Index On Demand
- Media Library Maintenance
- Package Generator