Conversation
Fix link. Simplify URLs.
chrisvanpatten
suggested changes
Jan 17, 2019
| **Porting PHP meta boxes to blocks or sidebar plugins is highly encouraged!** | ||
|
|
||
| Discover how [Meta Box](../../../docs/designers-developers/developers/backward-compatibility/meta-box.md) support works in the new editor. | ||
| Discover how to work with [Meta Boxes](/docs/designers-developers/developers/tutorials/metabox/readme.md) in the new editor. |
Contributor
There was a problem hiding this comment.
I think this should still link to the meta-box backcompat docs because it explains how legacy meta boxes currently work and how we handle backward compatibility.
Alternately, we should at least make sure to link to both files.
Member
Author
There was a problem hiding this comment.
Updated to include two paragraphs, tying in the encouragement to the new tutorials and rewording the previous one for clarity, ie. "existing meta boxes"
gziolo
approved these changes
Jan 22, 2019
Member
gziolo
left a comment
There was a problem hiding this comment.
I fixed some two link to filters which were broken.
This was referenced Feb 4, 2019
youknowriad
pushed a commit
that referenced
this pull request
Mar 6, 2019
* Update meta box link to new tutorial * Update README.md Fix link. Simplify URLs. * Update with both links for working with meta data * Fixed links
youknowriad
pushed a commit
that referenced
this pull request
Mar 6, 2019
* Update meta box link to new tutorial * Update README.md Fix link. Simplify URLs. * Update with both links for working with meta data * Fixed links
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Updates links in Developer overview to new tutorial explaining how to use meta boxes. The new tutorial section includes the previous link to the backward compatibility documentation.
Changed it this way since we want to encourage the development of meta boxes using the new Gutenberg methods, so updating the link to go to the tutorial first; with a subsequent link to the backward compatibility.
Types of changes
Documentation.