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

fix: do not show breadcrumbs since Core-CMS#870 #201

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

wesleyboar
Copy link
Member

@wesleyboar wesleyboar commented Sep 12, 2024

Overview / Related

Explicitly do not show breadcrumbs since TACC/Core-CMS#870.

Changes

  • added code to hide breadcrumbs

Notes

Reasoning

In Core-CMS, breadcrumbs become their own block. Until now, fullwidth.html templates of a custom CMS have implicitly had no breadcrumbs. To continue to not show breadcrumbs, these templates must:

  • either explicitly hide breadcrumbs
  • or extend Core-CMS fullwidth.html

I am more comfortable performing the former without testing. The latter is more appropriate but requires testing (which requires many steps and documenting) and would be moot if I can migrate the CMS's to Core-CMS-Custom (WP-197) without a custom template (as I have done for some migrated CMS's).

In Core-CMS, breadcrumbs become their own block.

Until now, in `fullwidth.html` templates have had no breadcrumbs.

To continue to not show breadcrumbs, these templates must:
- either explicitely hide breadcrumbs
- or extend Core-CMS fullwidth

I am more comfortable performing the former without testing.

The latter requires testing which reequires many steps.
@wesleyboar wesleyboar changed the title feat: isolate breadcrumbs from content feat: CMD-97 isolate breadcrumbs from content Sep 12, 2024
@wesleyboar wesleyboar changed the title feat: CMD-97 isolate breadcrumbs from content feat: isolate breadcrumbs from content Sep 12, 2024
@wesleyboar wesleyboar changed the title feat: isolate breadcrumbs from content fix: do not show breadcrumbs Sep 12, 2024
@wesleyboar wesleyboar changed the title fix: do not show breadcrumbs fix: do not show breadcrumbs since Core-CMS#870 Sep 12, 2024
@wesleyboar
Copy link
Member Author

Safe to merge before related Core-CMS PR, because this would just create new empty block.

@wesleyboar wesleyboar marked this pull request as ready for review September 12, 2024 22:24
@wesleyboar wesleyboar merged commit 308eb0d into main Sep 12, 2024
@wesleyboar wesleyboar deleted the feat/isolate-breadcrumbs-from-content branch September 12, 2024 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant