mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(Wordpress Node): Support WordPress pages (#8852)
Signed-off-by: Ludwig Gerdes <gerdesludwig@gmail.com>
This commit is contained in:
@@ -18,11 +18,6 @@ export const userOperations: INodeProperties[] = [
|
||||
description: 'Create a user',
|
||||
action: 'Create a user',
|
||||
},
|
||||
// {
|
||||
// name: 'Delete',
|
||||
// value: 'delete',
|
||||
// description: 'Delete a user',
|
||||
// },
|
||||
{
|
||||
name: 'Get',
|
||||
value: 'get',
|
||||
|
||||
Reference in New Issue
Block a user