feat(Wordpress Node): Add date fields (#17755)

Co-authored-by: Shireen Missi <shireen@n8n.io>
This commit is contained in:
RomanDavydchuk
2025-07-29 19:23:02 +03:00
committed by GitHub
parent 164800f6a4
commit 724b5a51f2
5 changed files with 33 additions and 8 deletions

View File

@@ -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',