diff --git a/src/editor-sidebar/create-panel.js b/src/editor-sidebar/create-panel.js index 1a73bc5e..df64c898 100644 --- a/src/editor-sidebar/create-panel.js +++ b/src/editor-sidebar/create-panel.js @@ -19,7 +19,6 @@ import { Button, TextControl, TextareaControl, - ExternalLink, } from '@wordpress/components'; import { chevronLeft, addCard, download, copy } from '@wordpress/icons'; @@ -33,7 +32,6 @@ export const CreateThemePanel = () => { author: '', author_uri: '', tags_custom: '', - recommended_plugins: '', } ); useSelect( ( select ) => { @@ -210,24 +208,6 @@ export const CreateThemePanel = () => { 'create-block-theme' ) } /> - - { __( - 'List the recommended plugins for this theme. e.g. contact forms, social media. Plugins must be from the WordPress.org plugin repository.' - ) } -
- - { __( 'Read more.' ) } - - - } - value={ theme.recommended_plugins } - onChange={ ( value ) => - setTheme( { ...theme, recommended_plugins: value } ) - } - />