-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DP-35734: adding layout paragraphs plus config changes to info detail sections #2737
Draft
joeg8612
wants to merge
74
commits into
develop
Choose a base branch
from
feature/DP-35734-layout-paragraphs-prototype
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
Composer package changes
|
Introduced a more specific condition to override the title description for the `field_link` field in `callout_link` paragraphs, ensuring cleaner handling. Removed outdated and redundant logic, simplifying and narrowing the scope of description updates. This enhances maintainability and reduces unnecessary operations.
Introduced a new "header" field to the Links Downloads paragraph configuration, including form and view displays. Adjusted field weights and updated related dependencies to support the new field. This enhancement improves content flexibility and structure.
Updated the documentation to include steps for using Xdebug with Drush 13 in PHPStorm. Added relevant images and clarified existing unreliable Twig debug notes. This improves developer workflows for debugging Drupal with Drush.
Updated the template to use the field_links_downloads_header value for the title instead of a hardcoded string. This ensures the title is dynamically generated based on the paragraph data.
…porary fix. Reordered child groups in the form display configuration and adjusted weights for proper display sequence. Modified formatter and visibility settings for specific groups to improve clarity and usability.
Introduced batch progress tracking, total node count, and improved processing output to aid in large-scale migrations. Added a `detailed-verbalization` option for verbose output and ensured additional resources get structured updates during migration. These changes improve clarity, performance, and resumable workflows.
The debug line printing node IDs was removed to clean up the code and avoid unnecessary console output. This change ensures better readability and minimizes clutter during Drush command execution.
…ils. Temporary fix." This reverts commit db9cdec.
Add support for displaying header values in the "Links and Downloads" paragraph templates. This ensures dynamic rendering of custom headers when the field is populated.
…SortableJS This change updates the patch to fix scroll issues when adding new components in the Layout Paragraphs Builder. It replaces Dragula with SortableJS, addressing compatibility concerns when Field Groups are enabled. Fixes issue #3392717 from Drupal.org.
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:
Prototype for layout paragraphs
Jira: (Skip unless you are MA staff)
DP-35734
To Test:
Peer Review Checklist