REMOVE 'editor' support from post type registration

This commit is contained in:
Antoine M 2025-05-23 18:07:39 +02:00
parent 8c3cdc9d09
commit 0c14cb3a10

View File

@ -21,7 +21,7 @@ function dynamiques_create_posttype()
'menu_position' => 4, 'menu_position' => 4,
'supports' => array( 'supports' => array(
'title', 'title',
'editor', // 'editor',
'thumbnail', 'thumbnail',
'excerpt', 'excerpt',
'custom-fields', 'custom-fields',