Server IP : 162.213.251.212 / Your IP : 52.14.193.97 [ Web Server : LiteSpeed System : Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : allssztx ( 535) PHP Version : 8.1.31 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/allssztx/public_html/jollyprecast/wp-content/plugins/extendify/src/HelpCenter/tours/ |
Upload File : |
import libraryTour from '@help-center/tours/library-tour'; import pageEditor from '@help-center/tours/page-editor'; import pluginInstall from '@help-center/tours/plugin-install'; import pluginManagement from '@help-center/tours/plugin-management'; import siteAssistant from '@help-center/tours/site-assistant'; // import styleEditor from '@help-center/tours/style-editor.js'; import usersScreen from '@help-center/tours/users-screen.js'; import welcomeTour from '@help-center/tours/welcome.js'; export default { 'welcome-tour': welcomeTour, 'plugin-install-tour': pluginInstall, 'plugin-management-tour': pluginManagement, 'page-editor-tour': pageEditor, 'library-tour': libraryTour, // 'style-editor-tour': styleEditor, 'users-screen-tour': usersScreen, 'site-assistant-tour': siteAssistant, };