mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(Wordpress Node): Add date fields (#17755)
Co-authored-by: Shireen Missi <shireen@n8n.io>
This commit is contained in:
@@ -134,6 +134,13 @@ export const postFields: INodeProperties[] = [
|
||||
default: 'draft',
|
||||
description: 'A named status for the post',
|
||||
},
|
||||
{
|
||||
displayName: 'Date',
|
||||
name: 'date',
|
||||
type: 'dateTime',
|
||||
default: '',
|
||||
description: "The date the post was published, in the site's timezone",
|
||||
},
|
||||
{
|
||||
displayName: 'Comment Status',
|
||||
name: 'commentStatus',
|
||||
@@ -413,6 +420,13 @@ export const postFields: INodeProperties[] = [
|
||||
default: 'draft',
|
||||
description: 'A named status for the post',
|
||||
},
|
||||
{
|
||||
displayName: 'Date',
|
||||
name: 'date',
|
||||
type: 'dateTime',
|
||||
default: '',
|
||||
description: "The date the post was published, in the site's timezone",
|
||||
},
|
||||
{
|
||||
displayName: 'Comment Status',
|
||||
name: 'commentStatus',
|
||||
|
||||
Reference in New Issue
Block a user