Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate meta box link to new tutorial #13302
Conversation
mkaz
added
the
[Type] Documentation
label
Jan 12, 2019
mkaz
self-assigned this
Jan 12, 2019
chrisvanpatten
requested changes
Jan 17, 2019
|
||
## Meta Boxes | ||
|
||
**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. |
This comment has been minimized.
This comment has been minimized.
chrisvanpatten
Jan 17, 2019
Member
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.
This comment has been minimized.
This comment has been minimized.
mkaz
Jan 17, 2019
Author
Member
Updated to include two paragraphs, tying in the encouragement to the new tutorials and rewording the previous one for clarity, ie. "existing meta boxes"
mkaz
and others
added some commits
Jan 17, 2019
gziolo
approved these changes
Jan 22, 2019
I fixed some two link to filters which were broken. |
gziolo
merged commit 8fdf3cd
into
master
Jan 22, 2019
1 check was pending
continuous-integration/travis-ci/pr
The Travis CI build is in progress
Details
gziolo
deleted the
docs/meta-link
branch
Jan 22, 2019
gziolo
added this to the Documentation & Handbook milestone
Jan 22, 2019
Feb 4, 2019
This was referenced
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.
mkaz commentedJan 12, 2019
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.