Everyone will be able to move the rendering in the Device Editor Form to either the top position or the bottom location with the aid of this repository.
Why did we add this feature?
It is frequently necessary to position a new rendering in the device editor at the top, but if there are already a significant number of renderings present and if content authors add a new rendering to a content item, it is by default positioned at the bottom. If the control needs to be positioned at the top, the Move Up button must be clicked each time.So it can be a little annoying to repeatedly hit the Move Up button.
We've implemented the "Move To Top" and "Move To Bottom" buttons to make this possible.
Process of implementation:
- To accomplish this, we must copy deviceeditor.xml to the root directory at the following location: \sitecore\shell\Override\DeviceEditor.xml.
- Copy the AddMoveToTopAndBottomButtons.dll file from the bin folder to the main directory's bin folder.