-
Notifications
You must be signed in to change notification settings - Fork 140
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
Page grid layout template #2112
Conversation
…into page-grid-layout-template
This PR adds several events. Modules can add elements to BlockLayoutDataForm using its
Modules can add elements to PageLayoutDataForm using its To apply styles to the public page that were introduced by new form elements, modules can add classes and inline styles via these PHP events:
|
This PR adds page layout and block layout templates. Page builders can now select templates to use for displaying pages and blocks. Themes provide their own templates by adding them to their theme.ini file and providing a corresponding template file in their common directory.. For example, a page template labeled "My page template" with a corresponding template file in page_templates.my-template-name = "My page template" And a HTML block template labeled "My HTML block template" with a corresponding template file in block_templates.html.my-template-name = "My HTML block template" Note that in both INI examples |
This PR adds a grid layout to site pages. It gives page builders the option to organize their blocks in a grid rather than just stacked on top of each other (normal flow). It also adds the ability to set page and block templates that are provided by the theme.