-
Notifications
You must be signed in to change notification settings - Fork 156
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
New Feature - Add nofollow + title attribute field for links in Gutenberg Editor #2905
Comments
We'll need classic editor support as well. |
arnaudbroes
changed the title
New Feature - Add "sponsored" and "ugc" attributes to links
New Feature - Add nofollow + title attribute field for Gutenberg Editor
Feb 6, 2020
arnaudbroes
changed the title
New Feature - Add nofollow + title attribute field for Gutenberg Editor
New Feature - Add nofollow + title attribute field for links in Gutenberg Editor
Feb 6, 2020
3 tasks
arnaudbroes
added a commit
that referenced
this issue
Mar 11, 2020
* Add link attributes modal for Classic Editor * PHPCS * Fix typo * Add Webpack & Babel * Add script dev dependencies * Fix syntax error * Add custom webpack config file * Add required ignore entries * Add support for link attributes for Gutenberg Editor * Fix script naming * Improve wording * Add WP version check for filter * Fix bug where URL doesn't get copied to modal in Classic Editor * Change text domain for localized strings * Fix bug where link attributes are not applied when link is added * Fix bug where partial nodes wiped search input * Fix bug where script can't fetch node when anchor is partial string * Uncomment localized string * Remove console.log statement * Align array entry & delete commented localized string * Update file comment * Deregister wplink script in core #2905 * Add comments and rename variables #2905 * Lower action priority to override scripts of other plugins #2905 * Revert variable naming changes #2905 * Fix bug in Gutenberg Editor script #2905 * Find anchor of selected text instead of using first anchor #2905 * Format file #2905 * Update Classic Editor script to latest core version #2905
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As announced here - https://webmasters.googleblog.com/2019/09/evolving-nofollow-new-ways-to-identify.html
I believe we should be able to do this by adding custom format actions to the editor toolbar.
The text was updated successfully, but these errors were encountered: