-
Notifications
You must be signed in to change notification settings - Fork 687
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix/update cms component with meta data #2159
Merged
dpatil-magento
merged 16 commits into
magento:develop
from
luke-denton-aligent:fix/update_cms_component_with_meta_data
Apr 8, 2020
Merged
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
94b2776
Update cms.js to output Content Heading and page Title for CMS pages
luke-denton-aligent 2a7a1c6
Merge remote-tracking branch 'upstream/develop' into fix/update_cms_c…
luke-denton-aligent 4ca55e3
Move rendering of Title to only occur for RichContent
luke-denton-aligent 3cdde75
Merge remote-tracking branch 'upstream/develop' into fix/update_cms_c…
luke-denton-aligent 036a806
Run prettier over code
luke-denton-aligent 319d7ac
Merge branch 'develop' into fix/update_cms_component_with_meta_data
luke-denton-aligent 4e90804
Merge remote-tracking branch 'upstream/develop' into fix/update_cms_c…
luke-denton-aligent be7d4cb
Use return early strategy for when data doesn't exists in cms.js
luke-denton-aligent 649b475
Destructure data.cmsPage properties for ease of readability
luke-denton-aligent 5cb90c0
Extract heading element to a constant
luke-denton-aligent f940528
Replace shorthand Fragment with actual tags
luke-denton-aligent 24e0ea3
Update cms.js to use CSS Modules
luke-denton-aligent 363201e
Merge branch 'develop' into fix/update_cms_component_with_meta_data
luke-denton-aligent 940021a
Merge branch 'develop' into fix/update_cms_component_with_meta_data
dpatil-magento 20cca3d
Fix reference error and run prettier
tjwiebell c481fc4
Merge branch 'develop' into fix/update_cms_component_with_meta_data
dpatil-magento File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, thanks!