-
Notifications
You must be signed in to change notification settings - Fork 30
Add MastHead to the GalleryLayout #13988
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
Conversation
Hello 👋! When you're ready to run Chromatic, please apply the You will need to reapply the label each time you want to run Chromatic. |
Size Change: 0 B Total Size: 1.04 MB ℹ️ View Unchanged
|
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.
Looks good, one question.
hasPageSkin={false} | ||
hasPageSkinContentSelfConstrain={false} |
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.
Will these always be false
? Do they rely on commercial data @arelra ?
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.
For a GalleryLayout
these will always be false as we only apply page skins to network fronts.
hasPageSkin comes from the config in Frontend payload which in turn is populated by the commercial DFP jobs that allow Frontend match the requested page to an 'active' page skin.
hasPageSkinContentSelfConstrain is an option to control whether the container should be full width but the content should still constrain to a page skin width.
cc @Amouzle
hasPageSkin={false} | ||
hasPageSkinContentSelfConstrain={false} |
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.
For a GalleryLayout
these will always be false as we only apply page skins to network fronts.
hasPageSkin comes from the config in Frontend payload which in turn is populated by the commercial DFP jobs that allow Frontend match the requested page to an 'active' page skin.
hasPageSkinContentSelfConstrain is an option to control whether the container should be full width but the content should still constrain to a page skin width.
cc @Amouzle
Seen on PROD (merged by @marjisound 13 minutes and 46 seconds ago) Please check your changes! |
What does this change?
Adding MastHead to the GalleryLayout