File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
src/js/settings/components/feature-additional-settings Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,6 @@ import { useFeatureContext } from '../feature-settings/context';
21
21
* Component for Excerpt Generation feature settings.
22
22
*
23
23
* This component is used within the FeatureSettings component to allow users to configure the Excerpt Generation feature.
24
- *
25
- * @param {Object } props Component props.
26
- * @param {boolean } [props.showPrompt=true] Whether to show the prompt settings row.
27
- * @param {boolean } [props.showPostTypes=true] Whether to show the post types settings row.
28
- * @param {boolean } [props.showLength=true] Whether to show the excerpt length settings row.
29
- *
30
- * @return {React.ReactElement } ExcerptGenerationSettings component.
31
24
*/
32
25
export const ExcerptGenerationSettings = ( {
33
26
showPrompt = true ,
You can’t perform that action at this time.
0 commit comments