REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.22 KB
Close
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/extendify_old/src/Draft/components/DraftMenu.jsx
Text
Base64
import { MenuGroup, MenuItem } from '@wordpress/components'; import { __ } from '@wordpress/i18n'; import { pencil } from '@wordpress/icons'; export const DraftMenu = ({ disabled, setInputText, setReady }) => { const handleClick = (inputText) => { setInputText(inputText); setReady(false); }; const actionsList = [ { label: __('A paragraph …', 'extendify-local'), onClickText: __('Write a paragraph about', 'extendify-local'), }, { label: __('Blog post …', 'extendify-local'), onClickText: __('Write a blog post about', 'extendify-local'), }, { label: __('An informative article …', 'extendify-local'), onClickText: __('Write an informative article about', 'extendify-local'), }, { label: __('Headline …', 'extendify-local'), onClickText: __('Write a headline for', 'extendify-local'), }, { label: __('List …', 'extendify-local'), onClickText: __('Write a list of', 'extendify-local'), }, ]; return ( <MenuGroup> {actionsList.map(({ label, onClickText }) => ( <MenuItem key={label} onClick={() => handleClick(`${onClickText} `)} disabled={disabled} icon={pencil} iconPosition="left" > {label} </MenuItem> ))} </MenuGroup> ); };
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 2 × Files: 11
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
image-generation
DIR
-
drwxr-xr-x
2026-04-28 02:40:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
stock-images
DIR
-
drwxr-xr-x
2026-04-28 02:40:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Completion.jsx
616 B
lrw-r--r--
2026-02-19 03:27:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ConsentSidebar.jsx
769 B
lrw-r--r--
2026-02-19 03:27:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
DraftMenu.jsx
1.22 KB
lrw-r--r--
2026-02-19 03:27:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
DynamicTextarea.jsx
2.15 KB
lrw-r--r--
2026-02-19 03:27:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
EditMenu.jsx
2.36 KB
lrw-r--r--
2026-02-19 03:27:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
GenerateImageButtons.jsx
5.11 KB
lrw-r--r--
2026-02-19 03:27:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Input.jsx
2.52 KB
lrw-r--r--
2026-02-19 03:27:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
InsertMenu.jsx
7.46 KB
lrw-r--r--
2026-02-19 03:27:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
SelectedText.jsx
1.69 KB
lrw-r--r--
2026-02-19 03:27:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ToolbarMenu.jsx
5.04 KB
lrw-r--r--
2026-02-19 03:27:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
TranslationDropdown.jsx
6.34 KB
lrw-r--r--
2026-03-19 23:35:18
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).