@@ -722,6 +722,6 @@ |
||
722 | 722 | 'desc' => esc_html__( 'Will show in REST API "editable" contexts only (`POST` requests).', 'cmb2' ), |
723 | 723 | 'id' => $prefix . 'editable_text', |
724 | 724 | 'type' => 'text', |
725 | - 'show_in_rest' => WP_REST_Server::EDITABLE,// WP_REST_Server::ALLMETHODS|WP_REST_Server::READABLE, // Determines which HTTP methods the field is visible in. Will override the cmb2_box 'show_in_rest' param. |
|
725 | + 'show_in_rest' => WP_REST_Server::EDITABLE, // WP_REST_Server::ALLMETHODS|WP_REST_Server::READABLE, // Determines which HTTP methods the field is visible in. Will override the cmb2_box 'show_in_rest' param. |
|
726 | 726 | ) ); |
727 | 727 | } |