-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Enable custom spacing support using theme.json #25141
Conversation
$features['global']['spacing'] = array(); | ||
} | ||
$features['global']['spacing']['custom'] = true; | ||
} |
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.
This is technically not needed since it's experimental and we're not obliged to ensure backward compatibility here but it's harmless so we can keep both experimental APIs for the moment. We can remove it once theme.json is stable if needed.
Size Change: +185 B (0%) Total Size: 1.2 MB
ℹ️ View Unchanged
|
Related #20588
Similar to #24761 but for custom padding.
The idea of this PR is to support disabling/enabling custom spacing support from theme.json.
Testing instructions
spacing.custom
path.