Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
subception
/
wp-content
/
plugins
/
extendify
/
src
/
Agent
/
workflows
/
content
:
edit-post-strings-editor.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
import { UpdatePostConfirmEditor } from '@agent/workflows/content/components/UpdatePostConfirmEditor'; const { abilities, context } = window.extAgentData; // When on the edit screen export default { available: () => abilities?.canEditPost && context?.usingBlockEditor && context?.adminPage && context?.postId, id: 'edit-post-strings-editor', whenFinished: { component: UpdatePostConfirmEditor }, };