Michael Beckwith
Michael Beckwith
Could we potentially do something here for WPML in a similar way as what we have in 503-polylang-support ?
You'll find half of the issues are just personal notes, not conductive to outside contributions :P It would new CPT/Taxonomy labels added in recent-ish versions
There's likely more we can do with this, but [423-update-unit-test-options](https://github.com/WebDevStudios/custom-post-type-ui/tree/423-update-unit-test-options) is a start.
Just to be certain before I delve too far into parts of this, all the import/export that you are referring to is specifically the CPTUI settings blob of JSON data...
Will take all this into advisement and see what we can potentially come up with. I know in one's head and mind it can sound really simple to do these...
Re-reading through the original post at the top, some of this will be able to be handled once #891 is fully finished and released. It's not going to necessarily handle...
Color me interested :D
Hi Sébastien, Definitely open to ideas and how we could make this even more robust, but I wanted to point out quick a few things we have in place for...
`template_lock` looks straightforward enough to implement. Probably dropdown with "all", "insert", and "none" with none equating to false for us. The template parameter is more complex because we need to...
Yes, for example with the sample borrowed from https://fullsiteediting.com/how-to-lock-blocks-and-templates/ ``` function myplugin_register_book_post_type() { $args = array( 'public' => true, 'label' => 'Books', 'show_in_rest' => true, 'template' => array( array( 'core/image',...