When I go to the 'Base Outline' on the Hydrogen template I have on a website, I get the message "Base Outline cannot have a layout.".
This image is hidden for guests.
Please log in or register to see it.
The only change I made was in the 'Hydrogen - Default' - 'templates/g5_hydrogen/custom/config/12/layout.yaml' file is shown below.
/navigation/:
-
- 'position-position-3697 15'
- 'menu-9379 70'
- 'position-position-4709 15'
/tagline/:
-
/main/:
-
- position-breadcrumbs
-
- system-messages-8761
-
- system-content-6359
If I go to the 'Hydrogen - Default' layout, it shows the new 'tagline' section just fine. If I install the hydrogen template again, the 'Base Outline' pages shows as it originally did.
One more problem, if I add the 'tagline' styling to the 'styles.yaml' file, it doesn't appear under the 'Sections'. Here is the inserted code with no 'tabs':
navigation:
background: '#f1f1f1'
text-color: '#ffffff'
overlay: 'rgba(48, 140, 196, 0)'
tagline:
background: '#f1f1f1'
text-color: '#ffffff'
overlay: 'rgba(48, 140, 196, 0)'
showcase:
background: 'rgba(48, 140, 196, 0)'
image: ''
text-color: '#ffffff'
Anyone know what is going on with the 'Base Outline' and how I can add a default styling for my 'tagline' section?