🚀 Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home2
/
birthday
/
Downloads
/
modules
/
Wpbox
✏️
Editing: module.json
{ "alias": "wpbox", "version": "1.3", "alwayson":true, "description": "", "beforeMainMenus":true, "nameSpace": "Modules\\Wpbox", "hasDashboardInfo":true, "keywords": [], "active": 1, "order": 0, "providers": [ "Modules\\Wpbox\\Providers\\Main" ], "aliases": {}, "files": [], "requires": [], "global_fields":[ { "separator":"One Signal", "title": "One signal app id", "key":"ONE_SIGNAL_APP_ID", "help":"Get it from https://onesignal.com. It is used for web push notifications", "ftype": "input", "value": "" }, { "title": "One signal Rest API key", "key":"ONE_SIGNAL_REST_API_KEY", "help":"Get it from https://onesignal.com", "ftype": "input", "value": "" }, { "separator":"Google Maps", "title": "Google Maps Key - used in campaign analytics", "key":"GOOGLE_MAPS_API_KEY", "ftype": "input", "value": "" }, { "title": "Enable google maps on campaign details", "key":"GOOGLE_MAPS_ENABLED_ON_DETAILS", "ftype": "bool", "value": true }, { "separator":"Landing page links", "title": "Privacy Policy link", "key": "PRIVACY_POLICY_URL", "ftype": "input", "type": "text", "value":"" }, { "title": "Tersm of use policy link", "key": "TERMS_OF_SERVICE_URL", "ftype": "input", "type": "text", "value":"" }, { "title": "Disclaimer policy link", "key": "DISCLAIMER_URL", "ftype": "input", "type": "text", "value":"" }, { "separator":"Social links", "title": "Facebook", "key": "FACEBOOK_URL", "ftype": "input", "type": "text", "value":"#" }, { "title": "Instagram", "key": "INSTAGRAM_URL", "ftype": "input", "type": "text", "value":"#" }, { "title": "X link", "key": "X_URL", "ftype": "input", "type": "text", "value":"#" } ], "vendor_fields":[ { "separator":"WebHooks", "title": "Whatsapp received data will be resend to", "key":"whatsapp_data_send_webhook", "ftype": "input", "icon":"🔗", "value": "" }, { "separator":"Chat settings", "title": "Black listed phone numbers", "key":"black_listed_phone_numbers", "ftype": "input", "value": "", "icon":"💬" }, { "separator":"Bot settings", "title": "Message send when delay in response is expected", "key":"delay_response", "ftype": "input", "value": "Give me a moment, I will have the answer shortly", "icon":"🤖" } ], "staffmenus":[ { "name":"Chat", "icon":"ni ni-chat-round text-blue", "route":"chat.index", "color":"#2dce89" }, { "name":"Campaigns", "icon":"ni ni-send text-green", "route":"campaigns.index" } ], "ownermenus":[ { "name":"Chat", "icon":"ni ni-chat-round text-blue", "route":"chat.index", "color":"#2dce89" }, { "name":"Campaigns", "icon":"ni ni-send text-green", "route":"campaigns.index" }, { "id":"contactMenu", "name":"Contacts", "icon":"ni ni-badge text-green", "route":"contacts.index", "isGroup":true, "menus":[ { "name":"Contact list", "icon":"ni ni-badge text-green", "route":"contacts.index" }, { "name":"Fields", "icon":"ni ni-bullet-list-67 text-primary", "route":"contacts.fields.index" }, { "name":"Groups", "icon":"ni ni-collection text-primary", "route":"contacts.groups.index" }, { "name":"Import", "icon":"ni ni-cloud-download-95 text-primary", "route":"contacts.import.index" } ] }, { "name":"Templates", "icon":"ni ni-single-copy-04 text-green", "route":"templates.index" },{ "name":"Bots", "icon":"ni ni-curved-next text-green", "route":"replies.index" }, { "id":"api", "name":"API", "icon":"ni ni-world-2 text-green", "route":"api.info", "isGroup":true, "menus":[ { "name":"API info", "icon":"ni ni-badge text-green", "route":"api.info" }, { "name":"API campaigns", "icon":"ni ni-bullet-list-67 text-primary", "route":"wpbox.api.index" } ] } ] }
💾 Save Changes
❌ Cancel