fix(Wordpress Node): Remove duplicate comment status field in PageDescription.ts (no-changelog) (#14980)

This commit is contained in:
Rajib Sharia
2025-05-07 14:49:52 +08:00
committed by GitHub
parent af92117e76
commit 51190255c8

View File

@@ -248,23 +248,6 @@ export const pageFields: INodeProperties[] = [
default: 0,
description: 'The order of the page in relation to other pages',
},
{
displayName: 'Comment Status',
name: 'commentStatus',
type: 'options',
options: [
{
name: 'Open',
value: 'open',
},
{
name: 'Closed',
value: 'closed',
},
],
default: 'open',
description: 'Whether or not comments are open on the page',
},
{
displayName: 'Featured Media ID',
name: 'featuredMediaId',