Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MartinMiles/DeviceEditorShortcuts
https://github.com/MartinMiles/DeviceEditorShortcuts
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/MartinMiles/DeviceEditorShortcuts
- Owner: MartinMiles
- Created: 2015-10-13T17:52:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-15T14:52:45.000Z (about 8 years ago)
- Last Synced: 2024-01-24T00:45:22.508Z (10 months ago)
- Language: C#
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Sitecore - DeviceEditorShortcuts - A productivity improvement for Device Editor, showing datasource if set to that particular component and previewing that right from a pop-up click. (Extending Content Editor)
README
Productivity Improvement: Device Editor - showing datasource if set to that particular component and previewing that right from a pop-up click
Please follow the blog post to get more information about:
http://blog.martinmiles.net/post/productivity-improvement-device-editor-showing-datasource-and-previewing-that-right-from-a-pop-up-click
Important:
1. Do not forget to reference Sitecore.Kernel and Sitecore.Client libraries from your Sitecore instance before you build the code.2. Also, go to [project properties --> Build --> Output path] and change it ot your Sitecore instance's \bin directory.
3. There is also post-build event command line that depends on $(TargetDir) which equals to what you have set in previous step