Header, footer & page layout
Left and sidebar: add container
We have those 2 regions:
sidebar_first: Sidebar - First
sidebar_second: Sidebar - SecondThey are printed in page.html.twig
However, they are not displayed as proper sidebars. We need to use the DSFR grid into page.html.twig
Useless page.logo variable?
in page.html.twig, there is a page.logo variable:
{{ pattern('header', {
'logo_text': page.logo,But there are no "logo" region:
regions:
header_operator_logo: Header - Operator logo
header_tools_links: Header - Tools links
header_tools_search: Header - Tools search
header_navbar: Header - Navbar
content: Content
sidebar_first: Sidebar - First
sidebar_second: Sidebar - Second
footer_operator_logo: Footer - Operator logo
footer_content: Footer - Content
footer_content_desc: Footer - Content description
footer_partners: Footer - Partners
footer_bottom: Footer - Bottom
footer_bottom_copy: Footer - Bottom copy
We don't want such a region, because logo_text is a string prop, not a slot.
header & footer: configurable logo_text
The replacement value of logo_text will be taken from a new textfield theme setting.
Default value for container in theme settings?
After the installation of the theme, there is no container. Would it look cleaner to have the fixed container by default?
Issue fork ui_suite_dsfr-3432748
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
pdureau commentedComment #4
yassrzg commentedi take it
Comment #6
yassrzg commentedremaining work : line break on logo_text
Comment #7
yassrzg commentedComment #8
pdureau commentedComment #9
pdureau commentedLet's move this to beta6
Comment #10
pdureau commentedComment #12
pdureau commented