FEAT: [Admin] #100 add order functionality for content elements#159
Open
crydotsnake wants to merge 1 commit into
Open
FEAT: [Admin] #100 add order functionality for content elements#159crydotsnake wants to merge 1 commit into
crydotsnake wants to merge 1 commit into
Conversation
1c16da3 to
ec0396e
Compare
Member
Author
|
I'm not sure about the namings 😬 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request adds the functionality to be able to order content elements when editing pages, or blocks in the admin section:
2026-05-09.12-03-57.mp4
I also adjusted the UI since two new buttons for order elements up, and down have been added.
Changes
The main logic for the ordering is in the Stimulus controller:
ContentElementsOrderController. And in thetemplates/admin/shared/component_elements/form_theme.html.twigfile thestimulus_actionsmoveUpandmoveDownare called.I also included a Behat test file and also adjusted the
UPGRADE-1.2.mdfile.