mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +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,
|
default: 0,
|
||||||
description: 'The order of the page in relation to other pages',
|
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',
|
displayName: 'Featured Media ID',
|
||||||
name: 'featuredMediaId',
|
name: 'featuredMediaId',
|
||||||
|
|||||||
Reference in New Issue
Block a user