X7ROOT File Manager
Current Path:
/home/hikrsdyp/public_html/wp-content/plugins/extendify/src/Assist/tasks
home
/
hikrsdyp
/
public_html
/
wp-content
/
plugins
/
extendify
/
src
/
Assist
/
tasks
/
??
..
??
add-page.js
(704 B)
??
ai-image-editor.js
(1.13 KB)
??
ai-text-editor.js
(1.1 KB)
??
demo-card.js
(946 B)
??
domain-recommendation.js
(855 B)
??
edit-homepage.js
(798 B)
??
help-center-ai.js
(1.08 KB)
??
help-center.js
(923 B)
??
images
??
ionos-connect-domain.js
(1.04 KB)
??
open-design-library.js
(1.06 KB)
??
secondary-domain-recommendation.js
(900 B)
??
setup-aioseo.js
(944 B)
??
setup-givewp.js
(897 B)
??
setup-hubspot.js
(889 B)
??
setup-monsterinsights.js
(958 B)
??
setup-simply-appointments.js
(1021 B)
??
setup-simplybook.js
(949 B)
??
setup-tec.js
(1000 B)
??
setup-woocommerce-germanized-store.js
(971 B)
??
setup-woocommerce-store.js
(943 B)
??
setup-wpforms.js
(916 B)
??
setup-yourwebshop.js
(958 B)
??
site-builder-launcher.js
(1.05 KB)
??
update-site-description.js
(700 B)
??
upload-logo.js
(687 B)
??
upload-site-icon.js
(704 B)
Editing: ai-text-editor.js
import { __ } from '@wordpress/i18n'; import { AiWritingAssistantMarkup } from '@assist/tasks/images/AiWritingAssistantMarkup'; import { hasPageCreatorEnabled } from '@help-center/lib/utils'; export default { slug: 'ai-text-editor', title: __('AI Writing Assistant', 'extendify-local'), sidebarTitle: __('Edit a page with AI', 'extendify-local'), description: __( 'Get to know your WordPress site easily. Learn simple steps to find and use its main features.', 'extendify-local', ), buttonLabels: { completed: __('Revisit', 'extendify-local'), notCompleted: __('Start Writing with AI', 'extendify-local'), }, link: hasPageCreatorEnabled ? 'post-new.php?post_type=page&ext-page-creator-close=1' : 'post-new.php?post_type=page&ext-close=1', type: 'html-text-button', dependencies: { plugins: [] }, show: () => !!window.extSharedData?.showDraft, backgroundImage: null, htmlBefore: () => ( <AiWritingAssistantMarkup className="border-gray300 pointer-events-none relative hidden h-full min-h-56 w-full overflow-hidden rounded-t-lg border bg-gray-100 pt-5 lg:block" aria-hidden="true" /> ), };
Upload File
Create Folder