Skip to content
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

Add missing styleWrapper style builder information in container/Grid #6527

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

sneridagh
Copy link
Member

This PR fixes the missing style information for inner container/grid blocks.
Adds a schemaEnhancer for disabling Teaser align handlers for inner container teaser elements.

Copy link

netlify bot commented Dec 10, 2024

Deploy Preview for plone-components canceled.

Name Link
🔨 Latest commit 9f2f948
🔍 Latest deploy log https://app.netlify.com/sites/plone-components/deploys/67594a597b05f00008d9bab3

(item) => !['align'].includes(item),
);
return schema;
};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sneridagh Why is this here, but not used?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think this should be only in VLT?

@sneridagh sneridagh changed the title Add missing styleWrapper style builder information in container/Grid + Add disable Teaser block Align handlers for teasers inside containers Add missing styleWrapper style builder information in container/Grid Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants