-
-
Notifications
You must be signed in to change notification settings - Fork 811
[Seven] sitemap #7157
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
[Seven] sitemap #7157
Conversation
|
I moved the slot renderers for header and footer from 'App' to the 'publicui' layout. With this change the header and footer is on all publicui routes, not only on 'content'. |
| <SlotRenderer name="header" content={content} location={location} /> | ||
| </header> | ||
| <SlotRenderer name="main" content={content} location={location} /> | ||
| <footer id="footer"> |
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.
I'd bring back the footer in here, since it's valuable for the App component itself, in case somebody wants to use it anyways. It serve its purpose in Storybook story too. To make it more obvious: we won't be using it in Seven, since the Route outlet needs to be rendered in the middle (content).
* seven: [Seven] Block editor (#7228) Field and FieldWrapper component for widgets that have no field wrapper by default (#7213) Seven separate styles (#7225) Unify Container props (#7236) Recent PR 7221 docs fixes (#7226) Updated and unified react-aria version Addons registry style loader support for cmsui.css stylesheet in addons (#7221) Unified theming and styling for Storybook (#7220) Use American Engish spelling [components] File rearrangement (#7185) Unify implementations, remove custom BreadcrumbsPrimitive (#7196) seven menu dialog popover components (#7144) Small updates to package.json and LICENSE.md (#7165)
* seven: Small fixes needed for CMSUI to work with the new arrangements [Seven] sitemap (#7157) [Seven] Block editor (#7228) Field and FieldWrapper component for widgets that have no field wrapper by default (#7213) Seven separate styles (#7225) Unify Container props (#7236) Recent PR 7221 docs fixes (#7226) Updated and unified react-aria version Addons registry style loader support for cmsui.css stylesheet in addons (#7221) Unified theming and styling for Storybook (#7220) Use American Engish spelling [components] File rearrangement (#7185) Unify implementations, remove custom BreadcrumbsPrimitive (#7196) seven menu dialog popover components (#7144) Small updates to package.json and LICENSE.md (#7165) Added cmsui @search loader (#7143)
Closes #6695 #6670
📚 Documentation preview 📚: https://volto--7157.org.readthedocs.build/
📚 Documentation preview 📚: https://plone-registry--7157.org.readthedocs.build/