Disable custom layout width in global styles - #62
Open
unscripted wants to merge 2 commits into
Open
Conversation
EugeneKyale
self-requested a review
March 13, 2025 15:10
EugeneKyale
approved these changes
Mar 14, 2025
EugeneKyale
left a comment
Contributor
There was a problem hiding this comment.
This works as expected.
|
@unscripted This is feature is used often on a individual block basis to create "skinny" content that is less than the default content width. At first content editors were using padding to do this and that creates issues on mobile. Since this is used so often, I think we should keep this feature enabled. |
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.
Changes proposed in this pull request
This PR adds the
settings.layout.allowCustomContentAndWideSizeproperty to thetheme.jsonfile to disable the editor's custom content and wide size inputs. This will maintain design system consistency and simplify the content editing experience.It will also ensure that all content follows predefined width constraints, reducing layout inconsistencies and improving the overall user experience.
Testing
How to test the changes in this pull request
Follow the steps below to test the changes in this PR.
Functional tests
As the functional tester for this pull request, I verify that: