-
Notifications
You must be signed in to change notification settings - Fork 174
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
[TASK] Add missing page.meta attribute sub-property #1337
[TASK] Add missing page.meta attribute sub-property #1337
Conversation
The more generic `attribute` sub-property can be used to set the attribute to any arbitrary value. An example is already available for the Open Graph meta tags. Therefore, it is more generic than the `httpEquivalent` sub-property. Releases: main, 12.4
Waiting for #1336 to be merged as it may conflict with this one. |
Where do you have the information from? Source? |
Real world. Look at the examples at the end of the page, there It took me quite some time to get |
@linawolf Can we proceed here? |
I am not blocking this, but someone who knows more about it would have to review |
As there is no interest in this PR, closing it. |
I nust stumbled across this. Would you like to reopen? I'd review :-) |
The backport to
stderr
stdout
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-12.4 12.4
# Navigate to the new working tree
cd .worktrees/backport-12.4
# Create a new branch
git switch --create backport-1337-to-12.4
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick ea3a0ba3b0c453d7a62320205727f72915b8e714,98846b2441949beb69082cba94c1ff12d02c61d9,7a6fb936b359497214fc1fd4dafbfcc3e94b7c65
# Push it to GitHub
git push --set-upstream origin backport-1337-to-12.4
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-12.4 Then, create a pull request where the |
The backport to
stderr
stdout
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-13.4 13.4
# Navigate to the new working tree
cd .worktrees/backport-13.4
# Create a new branch
git switch --create backport-1337-to-13.4
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick ea3a0ba3b0c453d7a62320205727f72915b8e714,98846b2441949beb69082cba94c1ff12d02c61d9,7a6fb936b359497214fc1fd4dafbfcc3e94b7c65
# Push it to GitHub
git push --set-upstream origin backport-1337-to-13.4
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-13.4 Then, create a pull request where the |
Probably not going to backport this manually. |
The more generic `attribute` sub-property can be used to set the attribute to any arbitrary value. An example is already available for the Open Graph meta tags. Therefore, it is more generic than the `httpEquivalent` sub-property. Releases: main, 12.4 (cherry picked from commit 8c43fe7)
The more generic `attribute` sub-property can be used to set the attribute to any arbitrary value. An example is already available for the Open Graph meta tags. Therefore, it is more generic than the `httpEquivalent` sub-property. Releases: main, 12.4 (cherry picked from commit 8c43fe7)
Manually backported |
The more generic
attribute
sub-property can be used to set the attribute to any arbitrary value. An example is already available for the Open Graph meta tags. Therefore, it is more generic than thehttpEquivalent
sub-property.Releases: main, 12.4