mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(Wordpress Node): Remove duplicate comment status field in PageDescription.ts (no-changelog) (#14980)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user