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

Add hosted footer functionality #162

Closed
wants to merge 34 commits into from
Closed

Add hosted footer functionality #162

wants to merge 34 commits into from

Conversation

SariSaar
Copy link
Contributor

  • Create FooterContainer
  • Add new section for footer
  • Add new blocks for footer and social media link
  • Add new primitives for SocialMediaLink and Text
  • Replace old Footer component with dynamic FooterContainer
  • Remove hard-coded Footer component
  • Add code splitting to default content page PageBuilder imports

SariSaar and others added 30 commits May 4, 2023 12:09
and restrict editing if both listingType and unitType do not match
}

.linkList {
list-style-type: none;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add something about Footer to SectionBuilder/README.md

There are some special rules like this one. I.e. "list-item" doesn't look like a default bullet point list, because the expected use case is to create a list of links with that particular markdown syntax.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you tested other markdown syntax in the footer - does it look OK?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested markdown syntax in the footer, and bolding, italics and block quotes work. Heading levels work apart from font size, i.e. headings get bolding and added margin but stay the same size.

How detailed should the README.md explanation be on SectionFooter?

@Gnito
Copy link
Contributor

Gnito commented May 17, 2023

Cherry-picked comments to a new PR #163
Closing this one.

@Gnito Gnito closed this May 17, 2023
@Gnito Gnito deleted the footer branch May 17, 2023 10:39
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.

2 participants