-
Notifications
You must be signed in to change notification settings - Fork 32
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
feat: adds opengraph to records #1042
base: main
Are you sure you want to change the base?
Conversation
Affected libs: ``,
|
📷 Screenshots are here! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, very interesting feature! Could you maybe put all the meta-related features in a component in the feature/record lib? something like gn-ui-record-meta
for example. Thanks!
<meta property="og:title" content="Datahub" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:url" content="" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this really required or will the angular code be enough to create those elements?
Description
This PR introduces OpenGraph protocol to datahub's records. A nice implmentation would be to have a default image and base title for og:title.
But it will add more default.toml conf. I tried here to keep it simple.
Screenshots
Quality Assurance Checklist
This work is sponsored by MEL.