sc0ttkclark / wordpress-fields-api

The 2024 Fields API proposal for WordPress Core
https://make.wordpress.org/core/tag/fields-api/
361 stars 42 forks source link

Implementation: Post editor #26

Closed sc0ttkclark closed 1 year ago

sc0ttkclark commented 9 years ago

Future ability to add fields to display in:

sc0ttkclark commented 9 years ago

@tomharrigan feel free to update the task list on this one

ericandrewlewis commented 9 years ago

Will it be possible to use other locations in the Edit Post page besides a metabox? e.g. edit_form_after_title, post_submitbox_misc_actions?

sc0ttkclark commented 9 years ago

That's the plan, but initially just covering meta boxes for the first pass.

helen commented 9 years ago

Was about to comment to the same effect - I really want us to break out of thinking of metaboxes as THE UI paradigm for a form section, plus those other hooks for fields are super useful and get used frequently.

sc0ttkclark commented 9 years ago

Updated issue description

sc0ttkclark commented 9 years ago

@ericandrewlewis++ @helenhousandi++

Totally on the same page with you here :)

sc0ttkclark commented 8 years ago

@idealien has joined the effort, he was working on an example Book CPT and registering fields for it.

https://github.com/Idealien/wordpress-fields-api-examples/blob/master/examples/class-cpt-book.php

It still needs some work and we’ll want to work out meta box handling etc in our main post editor implementation — this should mainly handle registering the post type / fields for example purposes, maybe some example callbacks / hooks