Changes between Initial Version and Version 1 of Ticket #52038, comment 11
- Timestamp:
- 12/22/2020 03:27:57 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52038, comment 11
initial v1 2 2 If you use the custom post type after patching, you will still have symptoms. 3 3 Example: 4 {{{ 4 5 $args = array( 5 6 'label' => __( 'Post List', '' ), … … 7 8 'supports' => array( 'title','editor' ), 8 9 'show_in_rest' => true, // Gutenberg Editor ON 10 }}}