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

Move Heading/Footer to shared blocks #72

Open
remkoj opened this issue Nov 4, 2024 · 0 comments
Open

Move Heading/Footer to shared blocks #72

remkoj opened this issue Nov 4, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@remkoj
Copy link
Collaborator

remkoj commented Nov 4, 2024

In the current code base the Header & Footer are part of a special Page Type "StartPage", this creates the implicit rule that all applications must have an item of this type as Root for the front-end to work.

This must be changed to shared blocks, which can be either linked to a specific application or be used as a generic fall-back so it's not needed to manually change the content to link the Header and Footer to an application if there's only one.

Required:

  • Layout block type that allows configuration of the header & footer
  • Page "Export Settings" with reference to these blocks within the site, published, but only readable by CmsEditors & CmsAdmins
  • Updated setup documentation in README.md
@remkoj remkoj added documentation Improvements or additions to documentation enhancement New feature or request labels Nov 4, 2024
@remkoj remkoj added this to the November 2024 Release milestone Nov 4, 2024
@remkoj remkoj self-assigned this Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant