| @@ -12,8 +12,15 @@ | ||
| 12 | 12 | text: __('Publish this page', 'extendify-local'), |
| 13 | 13 | agentResponse: { |
| 14 | 14 | // translators: Shown when the user clicks the "Publish this page" suggestion, above a confirm card. |
| 15 | 15 | reply: __('Ready to publish this page?', 'extendify-local'), |
| 16 | + recommendations: [ | |
| 17 | + { | |
| 18 | + workflowId: 'add-post-to-menu', | |
| 19 | + label: __('Add this to the menu', 'extendify-local'), | |
| 20 | + icon: 'pencil', | |
| 21 | + }, | |
| 22 | + ], | |
| 16 | 23 | whenFinishedTool: { |
| 17 | 24 | id: 'update-post-status', |
| 18 | 25 | inputs: { |
| 19 | 26 | postId: context?.postId, |