Theme editor changes for core components support#1809
Merged
sakshi-arora1 merged 37 commits intodevfrom Feb 10, 2026
Merged
Conversation
f15083f to
ca76897
Compare
Contributor
sakshi-arora1
left a comment
There was a problem hiding this comment.
change copyright year to 2026
sakshi-arora1
approved these changes
Feb 2, 2026
Contributor
sakshi-arora1
left a comment
There was a problem hiding this comment.
style config needs to updated in main readme for component addition / creation / modification
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
6415af0 to
e70bedf
Compare
| if (StringUtils.isBlank(themeContentPath)) { | ||
| if (request != null) { | ||
| themeContentPath = request.getParameter(ThemeConstants.THEME_OVERRIDE); // embed component use-case | ||
| } |
added 22 commits
February 10, 2026 08:18
added 14 commits
February 10, 2026 08:18
8c2d281 to
c6ec917
Compare
| </sly> | ||
| <sly data-sly-use.clientlib="core/wcm/components/commons/v1/templates/clientlib.html" | ||
| data-sly-use.formstructparser="com.adobe.cq.forms.core.components.models.form.FormStructureParser"> | ||
| <sly data-sly-test.clientLibRef="${formstructparser.clientLibRefFromFormContainer}"> |
Contributor
There was a problem hiding this comment.
what is the use case of clientLibRefFromFormContainer?
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
These changes focus on adding support for applying theme editor to core components based forms.
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: